]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
corrected a typo in a comment
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 12 Jan 2006 15:19:22 +0000 (15:19 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 12 Jan 2006 15:19:22 +0000 (15:19 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5902 d7cf8633-e32d-0410-b094-e92efae38249

keys.c

diff --git a/keys.c b/keys.c
index 0be40b504eca3a2044d908a25b7f73147b6fbc9e..7277a99f09cbd1cf5d9efa63739c2c1b4ebe9d56 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -329,7 +329,7 @@ Key_Console (int key, char ascii)
        // Enhanced by [515]
 
        // left arrow will just move left one without erasing, backspace will
        // Enhanced by [515]
 
        // left arrow will just move left one without erasing, backspace will
-       // actually erase charcter
+       // actually erase character
        if (key == K_LEFTARROW || key == K_KP_LEFTARROW)
        {
                if (key_linepos < 2)
        if (key == K_LEFTARROW || key == K_KP_LEFTARROW)
        {
                if (key_linepos < 2)