repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: c993553d53594dadd1be369e1a1e7d20b8841fea: path_to: revision_to:
commit c993553d53594dadd1be369e1a1e7d20b8841fea Author: Emanuele GiaquintaDate: Wed Aug 15 19:41:49 2012 +0000 Fix typos. diff --git a/src/command.C b/src/command.C
--- 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-----