Skip to content

Commit 9f50940

Browse files
committed
typos
1 parent 34bee00 commit 9f50940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/vst-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ fi
132132

133133
# Check server type
134134
if [ "$memory" -lt '350000' ] && [ -z "$force" ]; then
135-
echo "Error: not enought memory to install Vesta Control Panel."
136-
echo -e "\nMinimum RAM requried: 350Mb"
135+
echo "Error: not enough memory to install Vesta Control Panel."
136+
echo -e "\nMinimum RAM required: 350Mb"
137137
echo 'If you want to force installation run this script with -f option:'
138138
echo "Example: bash $0 --force"
139139
exit 1

0 commit comments

Comments
 (0)