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/test-term-page.c | |
parent | b12942e67ecbea0b852d4ab8df1d34b04e9853f8 (diff) |
Fix a few more typos
Diffstat (limited to 'src/libsystemd-terminal/test-term-page.c')
-rw-r--r-- | src/libsystemd-terminal/test-term-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-terminal/test-term-page.c b/src/libsystemd-terminal/test-term-page.c index bba83ee405..9e338776e8 100644 --- a/src/libsystemd-terminal/test-term-page.c +++ b/src/libsystemd-terminal/test-term-page.c @@ -263,7 +263,7 @@ static void test_term_char_allocating(void) { * in the range 'A'-'Z', 'a'-'z'. All those are combined and used as term_char_t * on this cell. Any numbers in the description are combined and are used as * cell-age. - * The occurance of a '*'-symbol marks the cell as bold, '/' marks it as italic. + * The occurrence of a '*'-symbol marks the cell as bold, '/' marks it as italic. * You can use those characters multiple times, but only the first one has an * effect. * For further symbols, see parse_attr(). |