Fixed documentation typo
authorP. F. Chimento <philip.chimento@gmail.com>
Sat, 18 Jun 2011 16:32:31 +0000 (18:32 +0200)
committerP. F. Chimento <philip.chimento@gmail.com>
Sat, 18 Jun 2011 16:53:32 +0000 (18:53 +0200)
libchimara/strio.c

index 691773ded45265f3288e83f033f6ff41f3562112..a6f15663294482e36a6eebd2275fd6313de4b0bc 100644 (file)
@@ -937,7 +937,7 @@ glk_get_buffer_stream_uni(strid_t str, glui32 *buf, glui32 len)
  *   <mathphrase>@len - 1</mathphrase>
  * </inlineequation>
  * characters have been read or a newline has been read. It then puts a
- * terminal null (<code>'\0'</code>) aracter on
+ * terminal null (<code>'\0'</code>) 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.
  *