From 85fc921042efa68b0a34a413dd84bb1ea7a998cc Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 28 Dec 2019 14:51:26 +0100 Subject: Check API pointer before use, fix spelling --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer.sh') diff --git a/installer.sh b/installer.sh index c85b70e..15ad203 100755 --- a/installer.sh +++ b/installer.sh @@ -106,7 +106,7 @@ UPDATER-PREP () { printf "\nInitializing repository...\n" cd $tmp_path git init $tmp_path - printf "Sucessfully imported settings from %s\n" "$updater_file" + printf "Successfully imported settings from %s\n" "$updater_file" ) NIGHTLY_CHECK printf "Preparation successful\n\n" -- cgit v1.2.3