From 586ebf8dc897c794b2a22e393f477ebcea2c7148 Mon Sep 17 00:00:00 2001 From: dudeitssm <36095297+dudeitssm@users.noreply.github.com> Date: Mon, 1 Aug 2022 00:06:31 +0000 Subject: [PATCH] Fix typo: "Pleae" should be "Please" --- src/util/util.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/util.cr b/src/util/util.cr index 5060694..53d2007 100644 --- a/src/util/util.cr +++ b/src/util/util.cr @@ -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