This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c138376d00 Fix spelling (#228)
c138376d00 is described below

commit c138376d004042f36e3431e57815308ca4bf803b
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Thu Nov 28 06:16:04 2024 +1000

    Fix spelling (#228)
---
 main/dbaccess/source/core/api/FilteredContainer.cxx | 6 +++---
 main/ucbhelper/source/client/proxydecider.cxx       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/dbaccess/source/core/api/FilteredContainer.cxx 
b/main/dbaccess/source/core/api/FilteredContainer.cxx
index e6a9863b8a..74499c8af3 100644
--- a/main/dbaccess/source/core/api/FilteredContainer.cxx
+++ b/main/dbaccess/source/core/api/FilteredContainer.cxx
@@ -58,7 +58,7 @@ namespace dbaccess
 sal_Int32 createWildCardVector(Sequence< ::rtl::OUString >& _rTableFilter, 
::std::vector< WildCard >& _rOut)
 {
     RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "api", "ocke.jans...@sun.com", 
"OFilteredContainer::createWildCardVector" );  
-       // for wildcard search : remove all table filters which are a wildcard 
expression and build a WilCard
+       // for wildcard search : remove all table filters which are a wildcard 
expression and build a WildCard
        // for them
        ::rtl::OUString* pTableFilters = _rTableFilter.getArray();
        ::rtl::OUString* pEnd              = pTableFilters + 
_rTableFilter.getLength();
@@ -190,7 +190,7 @@ sal_Int32 createWildCardVector(Sequence< ::rtl::OUString >& 
_rTableFilter, ::std
         }
         else
                {
-                       // for wildcard search : remove all table filters which 
are a wildcard expression and build a WilCard
+                       // for wildcard search : remove all table filters which 
are a wildcard expression and build a WildCard
                        // for them
                        ::std::vector< WildCard > aWildCardTableFilter;
                        Sequence< ::rtl::OUString > aNonWildCardTableFilter = 
_tableFilter;
@@ -314,7 +314,7 @@ sal_Int32 createWildCardVector(Sequence< ::rtl::OUString >& 
_rTableFilter, ::std
                Sequence< ::rtl::OUString > aTableFilter(_rTableFilter);
                sal_Int32       nTableFilterLen = aTableFilter.getLength();
 
-           // for wildcard search : remove all table filters which are a 
wildcard expression and build a WilCard
+           // for wildcard search : remove all table filters which are a 
wildcard expression and build a WildCard
            // for them
            ::std::vector< WildCard > aWCSearch;
            nTableFilterLen = createWildCardVector(aTableFilter,aWCSearch);
diff --git a/main/ucbhelper/source/client/proxydecider.cxx 
b/main/ucbhelper/source/client/proxydecider.cxx
index f898a293cf..130b4f09c3 100644
--- a/main/ucbhelper/source/client/proxydecider.cxx
+++ b/main/ucbhelper/source/client/proxydecider.cxx
@@ -712,7 +712,7 @@ void InternetProxyDecider_Impl::setNoProxyList(
     if ( rNoProxyList.getLength() )
     {
         // List of connection endpoints hostname[:port],
-        // separated by semicolon. Wilcards allowed.
+        // separated by semicolon. Wildcards allowed.
 
         sal_Int32 nPos = 0;
         sal_Int32 nEnd = rNoProxyList.indexOf( ';' );

Reply via email to