Kaydet (Commit) 0fb30c1e authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: misformed -> malformed

üst 59da9b50
......@@ -124,7 +124,7 @@ bool TransitionPreset::importTransitionsFile( TransitionPresetList& rList,
}
else
{
OSL_FAIL( "sd::TransitionPreset::importTransitionPresetList(), misformed xml configuration file, giving up!" );
OSL_FAIL( "sd::TransitionPreset::importTransitionPresetList(), malformed xml configuration file, giving up!" );
break;
}
}
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment