]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
privelages --> privileges
authorterencehill <piuntn@gmail.com>
Mon, 18 Sep 2017 11:25:32 +0000 (13:25 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 18 Sep 2017 11:25:32 +0000 (13:25 +0200)
qcsrc/server/command/vote.qc

index 1a786cc7fe7891631c567af18cc817345105853c..803de6619166356834889e09cae3737b65db3154 100644 (file)
@@ -854,7 +854,8 @@ void VoteCommand_master(float request, entity caller, float argc, string vote_co
                                                int parse_error;
                                                vote_command = VoteCommand_extractcommand(vote_command, 3, argc);
 
-                                               if (!caller.vote_master) { print_to(caller, "^1You do not have vote master privelages."); }
+                                               if (!caller.vote_master)
+                                                       print_to(caller, "^1You do not have vote master privileges.");
                                                else if (!VoteCommand_checknasty(vote_command))
                                                {
                                                        print_to(caller, "^1Syntax error in command, see 'vhelp' for more info.");