From: P. F. Chimento Date: Sat, 18 Jun 2011 16:32:31 +0000 (+0200) Subject: Fixed documentation typo X-Git-Tag: v0.9~73^2~1^2~7 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=0ab60d211ade3eb9e2a7d4c599681d71d4a64d57 Fixed documentation typo --- diff --git a/libchimara/strio.c b/libchimara/strio.c index 691773d..a6f1566 100644 --- a/libchimara/strio.c +++ b/libchimara/strio.c @@ -937,7 +937,7 @@ glk_get_buffer_stream_uni(strid_t str, glui32 *buf, glui32 len) * @len - 1 * * characters have been read or a newline has been read. It then puts a - * terminal null ('\0') aracter on + * terminal null ('\0') character on * the end. It returns the number of characters actually read, including the * newline (if there is one) but not including the terminal null. *