From db5239327824e05de30686dee318dbee7bfaf2cb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Jul 2021 11:05:53 +0300 Subject: [PATCH] misc: typo --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 316e3af..58d0a0b 100755 --- a/kiss +++ b/kiss @@ -1764,7 +1764,7 @@ args() { } esac - # Need to increment KISS_LVL here to ensure we don't wipe the cash + # Need to increment KISS_LVL here to ensure we don't wipe the cache # early by non-asroot invocations. export KISS_LVL=$((KISS_LVL + 1))