From 7142ecf3c1ced6b9b23c2254d238f48f4622c98d Mon Sep 17 00:00:00 2001 From: sf-exg Date: Wed, 31 Mar 2010 09:37:20 +0000 Subject: [PATCH] Fix typos. --- src/command.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command.C b/src/command.C index efc6f68..ebbbb84 100644 --- a/src/command.C +++ b/src/command.C @@ -290,7 +290,7 @@ rxvt_term::commit_iso14755 () static int hex_keyval (XKeyEvent &ev) { - // check wether this event corresponds to a hex digit + // check whether this event corresponds to a hex digit // if the modifiers had not been pressed. for (int index = 0; index < 8; index++) { @@ -1139,7 +1139,7 @@ static struct event_handler // ones with high nice levels is a useful thing to do. It surely is is // allowed by the sus... as is returning ENOSYS. // since the linux guys additionally thought that breaking the only - // known workaroudn against their unusable sched_yield hack is cool, + // known workaround against their unusable sched_yield hack is cool, // we just nanosleep a bit and hope for the best. struct timespec ts = { 0, 1000 }; -- 1.9.1