Fixes #28. Corrected spelling mistake preventing usage of the jar group delete command.

This commit is contained in:
Marcus Whybrow 2012-06-20 08:27:18 +01:00
parent c44c6c7645
commit be35182993

View File

@ -2551,7 +2551,7 @@ main() {
register_command "server rename <name> <name>" "command_server_rename"
register_command "jargroup list" "command_jargroup_list"
register_command "jargroup create <name> <string>" "command_jargroup_create"
register_command "jargroup delete <name>" "command_jargorup_delete"
register_command "jargroup delete <name>" "command_jargroup_delete"
register_command "jargroup rename <name> <name>" "command_jargroup_rename"
register_command "jargroup changetarget <name> <string>" "command_jargroup_changetarget"
register_command "jargroup getlatest <name>" "command_jargroup_getlatest"