Fix typo: "Pleae" should be "Please"

This commit is contained in:
dudeitssm
2022-08-01 00:06:31 +00:00
committed by GitHub
parent 1fb48648ad
commit 586ebf8dc8

View File

@@ -184,7 +184,7 @@ def delete_cache_and_exit(path : String)
File.delete path File.delete path
Logger.fatal "Invalid library cache deleted. Mango needs to " \ Logger.fatal "Invalid library cache deleted. Mango needs to " \
"perform a full reset to recover from this. " \ "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" Logger.fatal "Exiting"
exit 1 exit 1
end end