summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/proxydecider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/proxydecider.cxx')
-rw-r--r--ucbhelper/source/client/proxydecider.cxx2
1 files changed, 1 insertions, 1 deletions
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( ';' );