diff --git a/src/frontends/lean/parser.cpp b/src/frontends/lean/parser.cpp index 6ce7d822f..d0bc988e9 100644 --- a/src/frontends/lean/parser.cpp +++ b/src/frontends/lean/parser.cpp @@ -1050,7 +1050,7 @@ void parser::parse_imports() { } else if (auto it = find_file(f, ".olean")) { olean_files.push_back(f); } else { - throw parser_error(sstream() << "invalid import, unknow module '" << f << "'", pos()); + throw parser_error(sstream() << "invalid import, unknown module '" << f << "'", pos()); } next(); }