From 9f509400557f44ac2004488d6762449689d21574 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 13 Feb 2013 15:39:04 +0200 Subject: [PATCH] typos --- install/vst-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/vst-install.sh b/install/vst-install.sh index 4220694f6..c998f91cc 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -132,8 +132,8 @@ fi # Check server type if [ "$memory" -lt '350000' ] && [ -z "$force" ]; then - echo "Error: not enought memory to install Vesta Control Panel." - echo -e "\nMinimum RAM requried: 350Mb" + echo "Error: not enough memory to install Vesta Control Panel." + echo -e "\nMinimum RAM required: 350Mb" echo 'If you want to force installation run this script with -f option:' echo "Example: bash $0 --force" exit 1