From 20f2f6959dca7e2043c499baeec00e52fa4aee47 Mon Sep 17 00:00:00 2001 From: armab Date: Fri, 16 Oct 2015 20:04:07 +0200 Subject: [PATCH] Typo fix Just exploring --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f0ee91af..33bde9c5 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -22,7 +22,7 @@ install_package() { pkgname=$(basename $path) pkgname=${pkgname%%.$(package_ext)} - msg_proc "Staring installation of package: $pkgname" + msg_proc "Starting installation of package: $pkgname" install_$(platform) "$path" }