From 527e9bb7f67418b3ffe0caae731c248e78fb514a Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 12 Jan 2006 15:19:22 +0000 Subject: [PATCH] corrected a typo in a comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5902 d7cf8633-e32d-0410-b094-e92efae38249 --- keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2