aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index e9f5c83..eecd321 100755
--- a/install
+++ b/install
@@ -13,7 +13,7 @@ source private/install # private files, sorry but some privacy is required.
if [ -e /etc/arch-release ]; then
. ./utils/arch
- read -p "Chek Archlinux packages? (Y/n) "
+ read -p "Check Archlinux packages? (Y/n) "
if [[ $REPLY =~ ^[Yy]?$ ]]; then
archlinux_inst
fi