X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd-terminal%2Fterm-page.c;h=ae73cdf62763f50c062c276c56b909dc6f8285d1;hp=7ae90e2cdaea6d3c5f4808de60609d35d8bde17e;hb=06b643e7f5a3b79005dd57497897ab7255fe3659;hpb=b12942e67ecbea0b852d4ab8df1d34b04e9853f8 diff --git a/src/libsystemd-terminal/term-page.c b/src/libsystemd-terminal/term-page.c index 7ae90e2cd..ae73cdf62 100644 --- a/src/libsystemd-terminal/term-page.c +++ b/src/libsystemd-terminal/term-page.c @@ -42,7 +42,7 @@ * support Unicode combining-characters, therefore this gets more complicated. * Characters themselves are represented by a "term_char_t" object. It * should be treated as a normal integer and passed by value. The - * sorrounding struct is just to hide the internals. A term-char can contain a + * surrounding struct is just to hide the internals. A term-char can contain a * base character together with up to 2 combining-chars in a single integer. * Only if you need more combining-chars (very unlikely!) a term-char is a * pointer to an allocated storage. This requires you to always free term-char @@ -1012,7 +1012,7 @@ void term_line_append_combchar(term_line *line, unsigned int pos_x, uint32_t ucs * @age: current age for all modifications * @keep_protected: true if protected cells should be kept * - * This is the standard erase operation. It clears all cells in the targetted + * This is the standard erase operation. It clears all cells in the targeted * area and re-initializes them. Cells to the right are not shifted left, you * must use DELETE to achieve that. Cells outside the visible area are skipped. *