summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-30 23:02:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-31 09:56:01 +0200
commit7a3e7ee1c7323e6db279d006ff218e6543228f3f (patch)
tree6a07665e45b7bd3a2d6fbb83783600e121ad3d7b /xmlhelp
parentc2611f185f6a396ac17677079e9588b82f214aeb (diff)
Fix typos
Change-Id: Iaa00d65b518b3e638c2d31912e247cb91bdd0950 Reviewed-on: https://gerrit.libreoffice.org/58347 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 8ed8f80a1c69..8707e3a478b2 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -515,7 +515,7 @@ bool URLParameter::query()
else if( parameter == "Active" )
m_aActive = value;
else if( parameter == "Version" )
- ; // ignored (but accepted) in the build-in help, useful only for the online help
+ ; // ignored (but accepted) in the built-in help, useful only for the online help
else
ret = false;
}