Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularityT3 committed Mar 6, 2024
1 parent 2ac907a commit 2a5b580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psc/error.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LexerError::LexerError(int line, int column, const std::string &info)
{}

inline std::string invalidCharMsg(char c) {
std::string s = "Invalid characher '";
std::string s = "Invalid character '";
s += c;
s += '\'';
return s;
Expand Down

0 comments on commit 2a5b580

Please sign in to comment.