From d301e1de638fec7b8fb03f7c7e821ebbb39f32c5 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 14 May 2022 14:50:44 -0700 Subject: [PATCH] Fix typo --- rofi-checklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi-checklist.sh b/rofi-checklist.sh index 7f20218..1f30adc 100755 --- a/rofi-checklist.sh +++ b/rofi-checklist.sh @@ -13,7 +13,7 @@ CLEAR_COMPLETED=" Clear completed" clear_completed="${CLEAR_COMPLETED}${NL}" selected_row=2 -# Read checlist file +# Read checklist file touch $FILE list_raw=`cat $FILE` IFS=$'\n' # split by newlines instead of spaces