Skip to content

Commit

Permalink
Merge pull request #328 from dudeitssm/patch
Browse files Browse the repository at this point in the history
Fix typo: "Pleae" should be "Please"
  • Loading branch information
hkalexling authored Aug 10, 2022
2 parents 7ceb91f + 586ebf8 commit e4af194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util.cr
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def delete_cache_and_exit(path : String)
File.delete path
Logger.fatal "Invalid library cache deleted. Mango needs to " \
"perform a full reset to recover from this. " \
"Pleae restart Mango. This is NOT a bug."
"Please restart Mango. This is NOT a bug."
Logger.fatal "Exiting"
exit 1
end

0 comments on commit e4af194

Please sign in to comment.