From 3ac71e9107f10b33a6f1596ae633e422833ba674 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 10 Oct 2024 09:20:56 +0900 Subject: [PATCH] docs: update ek-reinstall.sh Istalling -> Installing --- ek-reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ek-reinstall.sh b/ek-reinstall.sh index f9db47e..23c47e1 100755 --- a/ek-reinstall.sh +++ b/ek-reinstall.sh @@ -1,7 +1,7 @@ #!/bin/sh clear -echo ">>> (re)Istalling Emacs Kick ..." +echo ">>> (re)Installing Emacs Kick ..." sleep 2 echo ">>> Deleting packages, grammars and native compilation cache ..."