Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha authored Jul 24, 2024
1 parent 1758b37 commit af40e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Util/Path.lean
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ partial def findOLean (mod : Name) : IO FilePath := do
let pkg := FilePath.mk <| mod.getRoot.toString (escape := false)
let mut msg := s!"unknown module prefix '{pkg}'
No directory '{pkg}' or file '{pkg}.lean' in the search path entries:
No directory '{pkg}' or file '{pkg}.olean' in the search path entries:
{"\n".intercalate <| sp.map (·.toString)}"
throw <| IO.userError msg

Expand Down

0 comments on commit af40e61

Please sign in to comment.