Compare commits

...

4 Commits

Author SHA1 Message Date
Alex Ling e4af194d0c Merge pull request #328 from dudeitssm/patch
Fix typo: "Pleae" should be "Please"
2022-08-10 20:54:11 +08:00
dudeitssm 586ebf8dc8 Fix typo: "Pleae" should be "Please" 2022-08-01 00:06:31 +00:00
Alex Ling 1fb48648ad Merge pull request #322 from getmango/rc/0.27.0
v0.27.0
2022-07-31 22:53:11 +08:00
Alex Ling 61dc92838a Merge pull request #294 from hkalexling/rc/0.26.2
v0.26.2
2022-04-18 18:46:11 +08:00
+1 -1
View File
@@ -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