Skip to content

Commit

Permalink
MIN Correct a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Nov 4, 2020
1 parent 79846a7 commit a6744d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Execs/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ main = do
catch main' $ \e -> case fromException e of
Just ec -> throwIO (ec :: ExitCode) -- rethrow
Nothing ->
fatalError ("An unhandled erorr occurred (this should not happen)!\n\n" ++
fatalError ("An unhandled error occurred (this should not happen)!\n\n" ++
"\tIf you can reproduce this issue, please run your script\n" ++
"\twith the --trace flag and report a bug (including the script and the trace) at\n" ++
"\t\thttps://github.com/ngless-toolkit/ngless/issues\n\n" ++
Expand Down

0 comments on commit a6744d3

Please sign in to comment.