diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:05:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:21 +0200 |
commit | 0fb30c1e791e5d8d8241a7afb5727327bb9d4bec (patch) | |
tree | c2d97a73f697fdd519156d509f636129730af94c /xmlhelp | |
parent | 59da9b507d58fb4c9dd1eaecaaf28165542bd7aa (diff) |
typo: misformed -> malformed
Diffstat (limited to 'xmlhelp')
-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 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(); |