repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: c993553d53594dadd1be369e1a1e7d20b8841fea:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit c993553d53594dadd1be369e1a1e7d20b8841fea
Author: Emanuele Giaquinta 
Date:   Wed Aug 15 19:41:49 2012 +0000

    Fix typos.

diff --git a/src/command.C b/src/command.C
index 65a6fd919a1fdb65666e16b102563c40006c84aa..
index ..43883a017ff2097ee0d8d818af77313e04c8351d 100644
--- a/src/command.C
+++ b/src/command.C
@@ -2389,8 +2389,8 @@ rxvt_term::next_char () NOTHROW
       if (len == (size_t)-1)
         {
           mbstate.reset (); // reset now undefined conversion state
-          // a -1 might indicate that a previous incomplet char is invalid (previous return -2)
-          // in which case we "errornously" return the next byte which might be valid.
+          // a -1 might indicate that a previous incomplete char is invalid (previous return -2)
+          // in which case we "erroneously" return the next byte which might be valid.
           return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through
         }

-----END OF PAGE-----