Merge pull request #123 from coosh/master

Simple Typo Fix: jargorup -> jargroup
This commit is contained in:
Marcus Whybrow 2012-12-18 11:29:03 -08:00
commit a3bd5c49f4

View File

@ -1587,7 +1587,7 @@ server_set_jar() {
echo "Server \"${SERVER_NAME[$1]}\" is now using \"$jar\"."
fi
else
error_exit NAME_NOT_FOUND "There is no jargorup named \"$2\"."
error_exit NAME_NOT_FOUND "There is no jargroup named \"$2\"."
fi
}