]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
more typos
authorRudolf Polzer <divverent@alientrap.org>
Sun, 21 Nov 2010 20:05:40 +0000 (21:05 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 21 Nov 2010 20:05:40 +0000 (21:05 +0100)
qcsrc/menu/xonotic/keybinder.c

index 1d8dc96425a79ddf7ad2e8e658c9421c0944a835..3117c65e4800af30675dc597c3a97863d73b1d4e 100644 (file)
@@ -33,7 +33,7 @@ void KeyBinder_Bind_Edit(entity btn, entity me);
 
 #ifdef IMPLEMENTATION
 
-string KEY_NOT_BOUND_COMMAND = "// not bound";
+string KEY_NOT_BOUND_CMD = "// not bound";
 
 #define MAX_KEYS_PER_FUNCTION 2
 #define MAX_KEYBINDS 256