From 8916cd6054814e861e0ad30d73adab3d1515c728 Mon Sep 17 00:00:00 2001 From: MikonosII Date: Fri, 7 Jul 2017 20:30:53 -0700 Subject: [PATCH] fixed typos --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d9f7d22..945fbc9 100755 --- a/install.sh +++ b/install.sh @@ -136,7 +136,7 @@ show_menu () { fi ;; 10) - confirmAnswer "Are you sure you want to reboo the Raspberry Pi?" + confirmAnswer "Are you sure you want to reboot the Raspberry Pi?" if [ $? = 0 ]; then sudo reboot else