X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd-terminal%2Ftest-term-page.c;h=d59139b62d731da4e749d9b578dd28061cbe62e5;hb=a2360a467b50a62902eb612ff747df87bace81c5;hp=bba83ee4051b667b3c9caf826646fcb4934786ec;hpb=84da4a3022bc599b26d9601cf1b7bf51d1d9f915;p=elogind.git diff --git a/src/libsystemd-terminal/test-term-page.c b/src/libsystemd-terminal/test-term-page.c index bba83ee40..d59139b62 100644 --- a/src/libsystemd-terminal/test-term-page.c +++ b/src/libsystemd-terminal/test-term-page.c @@ -25,14 +25,10 @@ * those internals are changed. They should be fairly obvious, though. */ -#include -#include #include -#include #include #include "macro.h" #include "term-internal.h" -#include "util.h" #define MY_ASSERT_VALS __FILE__, __LINE__, __PRETTY_FUNCTION__ #define MY_ASSERT_FORW _FILE, _LINE, _FUNC @@ -263,7 +259,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().