chiark / gitweb /
terminal: fix uninitialized variable in strerror() log message
[elogind.git] / src / libsystemd-terminal / test-term-page.c
index bba83ee4051b667b3c9caf826646fcb4934786ec..9e338776e88c609430220539081a84184a5eab77 100644 (file)
@@ -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().