Fix typo
This commit is contained in:
parent
af0e116895
commit
d301e1de63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue