This commit is contained in:
Boris Faure 2015-08-03 20:52:54 +02:00
parent 8fbffdd869
commit f40c63bbb6
1 changed files with 1 additions and 1 deletions

View File

@ -1477,7 +1477,7 @@ _handle_esc_terminology(Termpty *ty, const Eina_Unicode *c, const Eina_Unicode *
return 0;
}
*b = 0;
// commands are stored in the buffer, 0 bytes not allowd (end marker)
// commands are stored in the buffer, 0 bytes not allowed (end marker)
s = eina_unicode_unicode_to_utf8(buf, &slen);
ty->cur_cmd = s;
if (!_termpty_ext_handle(ty, s, buf))