diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-30 23:02:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-31 09:56:01 +0200 |
commit | 7a3e7ee1c7323e6db279d006ff218e6543228f3f (patch) | |
tree | 6a07665e45b7bd3a2d6fbb83783600e121ad3d7b /xmlhelp/source | |
parent | c2611f185f6a396ac17677079e9588b82f214aeb (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/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 2 |
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; } |