From: havoc Date: Thu, 12 Jan 2006 15:19:22 +0000 (+0000) Subject: corrected a typo in a comment X-Git-Tag: xonotic-v0.1.0preview~4391 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=527e9bb7f67418b3ffe0caae731c248e78fb514a;p=xonotic%2Fdarkplaces.git corrected a typo in a comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5902 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/keys.c b/keys.c index 0be40b50..7277a99f 100644 --- 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 - // actually erase charcter + // actually erase character if (key == K_LEFTARROW || key == K_KP_LEFTARROW) { if (key_linepos < 2)