diff options
author | Justin Luth <justin_luth@sil.org> | 2017-03-30 13:51:29 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2017-03-31 06:02:03 +0000 |
commit | 17d821af6bb9df93569836a92f6bed975587fc6c (patch) | |
tree | cd96c890c5600600fea061692fa13888149ae696 /framework | |
parent | 5251e7988a3bb1cfccff54eccf7fdd7621c4627c (diff) |
spelling in comments: minmal -> minimal
Change-Id: Ie1947782cd7679c0c979d01ee7776176d771fc04
Reviewed-on: https://gerrit.libreoffice.org/35925
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/urltransformer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/urltransformer.cxx b/framework/source/services/urltransformer.cxx index d84f5b6180d3..623754f87c2c 100644 --- a/framework/source/services/urltransformer.cxx +++ b/framework/source/services/urltransformer.cxx @@ -149,7 +149,7 @@ sal_Bool SAL_CALL URLTransformer::parseStrict( css::util::URL& aURL ) } else { - // Minmal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented + // Minimal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented // in framework! aURL.Protocol = aProtocol; aURL.Main = aURL.Complete; @@ -187,7 +187,7 @@ sal_Bool SAL_CALL URLTransformer::parseSmart( css::util::URL& aURL, } else { - // Minmal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented + // Minimal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented // in framework! if ( INetURLObject::CompareProtocolScheme( sSmartProtocol ) == INetProtocol::NotValid ) { |