summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/astexpression.cxx2
-rw-r--r--idlc/source/errorhandler.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/idlc/source/astexpression.cxx b/idlc/source/astexpression.cxx
index b28cfed3619c..61f2d7fa22bd 100644
--- a/idlc/source/astexpression.cxx
+++ b/idlc/source/astexpression.cxx
@@ -1277,7 +1277,7 @@ const sal_Char* SAL_CALL exprTypeToString(ExprType t)
return "none";
}
- return ("unkown");
+ return ("unknown");
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx
index 447e8c3675e8..464ff37caa63 100644
--- a/idlc/source/errorhandler.cxx
+++ b/idlc/source/errorhandler.cxx
@@ -168,7 +168,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)