diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2014-08-30 17:13:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-30 13:46:07 -0400 |
commit | 06b643e7f5a3b79005dd57497897ab7255fe3659 (patch) | |
tree | 59905256b5b2b103caca2ef8bfc0e4d6df9aaf7c /src/libsystemd-terminal/term-screen.c | |
parent | b12942e67ecbea0b852d4ab8df1d34b04e9853f8 (diff) |
Fix a few more typos
Diffstat (limited to 'src/libsystemd-terminal/term-screen.c')
-rw-r--r-- | src/libsystemd-terminal/term-screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd-terminal/term-screen.c b/src/libsystemd-terminal/term-screen.c index a19c684d2a..67f9056d57 100644 --- a/src/libsystemd-terminal/term-screen.c +++ b/src/libsystemd-terminal/term-screen.c @@ -455,7 +455,7 @@ static uint32_t screen_map(term_screen *screen, uint32_t val) { /* * Command Handlers - * This is the inofficial documentation of all the TERM_CMD_* definitions. Each + * This is the unofficial documentation of all the TERM_CMD_* definitions. Each * handled command has a separate function with an extensive comment on the * semantics of the command. * Note that many semantics are unknown and need to be verified. This is mostly @@ -1040,7 +1040,7 @@ static int screen_DECELR(term_screen *screen, const term_seq *seq) { /* * DECELR - enable-locator-reporting * This changes the locator-reporting mode. @args[0] specifies the mode - * to set, 0 disables locator-reporting, 1 enables it continously, 2 + * to set, 0 disables locator-reporting, 1 enables it continuously, 2 * enables it for a single report. @args[1] specifies the * precision-mode. 0 and 2 set the reporting to cell-precision, 1 sets * pixel-precision. |