fix spelling mistakes

This commit is contained in:
Eric Engestrom 2016-04-03 01:17:13 +01:00
parent a42533eca1
commit 6a6d6dda95
7 changed files with 10 additions and 10 deletions

View file

@ -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) {