summaryrefslogtreecommitdiff
path: root/idlc/source/errorhandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/errorhandler.cxx')
-rw-r--r--idlc/source/errorhandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx
index 359bd400422d..c4d95276c2ba 100644
--- a/idlc/source/errorhandler.cxx
+++ b/idlc/source/errorhandler.cxx
@@ -180,7 +180,7 @@ static const sal_Char* warningCodeToMessage(WarningCode wCode)
case WIDL_WRONG_NAMING_CONV:
return "type or identifier doesn't fulfill the UNO naming convention: ";
}
- return "unkown warning";
+ return "unknown warning";
}
static const sal_Char* parseStateToMessage(ParseState state)