Fixed a typo

This commit is contained in:
Zane U. Ji 2014-06-11 21:47:29 +08:00
parent 9f6498328f
commit 42fb8d073a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const wxString &Dtd2Schema::convert ( const wxString &dtdFile )
}
catch ( const SAXParseException &e )
{
mErrors << wxString::Format ( _("Error at ine %lld, column %lld: %s[br]"),
mErrors << wxString::Format ( _("Error at line %lld, column %lld: %s[br]"),
e.getLineNumber(), e.getColumnNumber(),
WrapXerces::toString ( e.getMessage() ).c_str() );
return mSchema;