diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:12:22 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 10:41:48 +0000 |
commit | 82f0a4f9300ab3898925941ff541b3382b0175e0 (patch) | |
tree | 8e667af1abf57c07c63b55446f1955859205845b /ucbhelper | |
parent | 835d7774e78df95d0c59243b6c1b8ed1b51b2311 (diff) |
Fix typos
Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34
Reviewed-on: https://gerrit.libreoffice.org/18990
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/client/interceptedinteraction.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/client/proxydecider.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/client/interceptedinteraction.cxx b/ucbhelper/source/client/interceptedinteraction.cxx index 284751f378bf..99c0e258df9e 100644 --- a/ucbhelper/source/client/interceptedinteraction.cxx +++ b/ucbhelper/source/client/interceptedinteraction.cxx @@ -119,7 +119,7 @@ InterceptedInteraction::EInterceptionState InterceptedInteraction::impl_intercep if (rInterception.MatchExact) bMatch = aInterceptedType.equals(aRequestType); else - bMatch = aInterceptedType.isAssignableFrom(aRequestType); // dont change intercepted and request type here -> it will check the wrong direction! + bMatch = aInterceptedType.isAssignableFrom(aRequestType); // don't change intercepted and request type here -> it will check the wrong direction! // intercepted ... // Call they might existing derived class, so they can handle that by its own. diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx index ed73a86fd85b..b5672d596ef3 100644 --- a/ucbhelper/source/client/proxydecider.cxx +++ b/ucbhelper/source/client/proxydecider.cxx @@ -676,7 +676,7 @@ void InternetProxyDecider_Impl::setNoProxyList( if ( !rNoProxyList.isEmpty() ) { // 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( ';' ); |