summaryrefslogtreecommitdiff
path: root/apps/win_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/win_main.c')
-rw-r--r--apps/win_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/win_main.c b/apps/win_main.c
index 7223f4e6..e04a5bf9 100644
--- a/apps/win_main.c
+++ b/apps/win_main.c
@@ -612,7 +612,7 @@ void handlekey(int c)
winrepaint(&gapp);
}
- /* translate VK into ascii equivalents */
+ /* translate VK into ASCII equivalents */
if (c > 256)
{
switch (c - 256)