fix spelling mistakes
This commit is contained in:
parent
a42533eca1
commit
6a6d6dda95
7 changed files with 10 additions and 10 deletions
|
|
@ -92,7 +92,7 @@ public:
|
|||
case EPrefixInternalError: append("INTERNAL ERROR: "); break;
|
||||
case EPrefixUnimplemented: append("UNIMPLEMENTED: "); break;
|
||||
case EPrefixNote: append("NOTE: "); break;
|
||||
default: append("UNKOWN ERROR: "); break;
|
||||
default: append("UNKNOWN ERROR: "); break;
|
||||
}
|
||||
}
|
||||
void location(const TSourceLoc& loc) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue