summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:05:32 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:21 +0200
commit0fb30c1e791e5d8d8241a7afb5727327bb9d4bec (patch)
treec2d97a73f697fdd519156d509f636129730af94c /xmlhelp
parent59da9b507d58fb4c9dd1eaecaaf28165542bd7aa (diff)
typo: misformed -> malformed
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 c2b0163a0fdc..1e0a670229c3 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -513,7 +513,7 @@ void URLParameter::parse() throw( com::sun::star::ucb::IllegalIdentifierExceptio
bool URLParameter::scheme()
{
// Correct extension help links as sometimes the
- // module is missing resulting in a misformed URL
+ // module is missing resulting in a malformed URL
if( m_aExpr.startsWith("vnd.sun.star.help:///") )
{
sal_Int32 nLen = m_aExpr.getLength();