From: Andre Noll Date: Wed, 27 Mar 2013 14:47:39 +0000 (+0000) Subject: string.c: Fix typo in documentation of skip_cells(). X-Git-Tag: v0.4.13~41^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a946afda2284a7b7f5f6020b27027fd543c054b2 string.c: Fix typo in documentation of skip_cells(). --- diff --git a/string.c b/string.c index 21c674ec..b844fb38 100644 --- a/string.c +++ b/string.c @@ -1091,7 +1091,7 @@ int skip_cells(const char *s, size_t cells_to_skip, size_t *bytes_to_skip) * \param result The width of \a s is returned here. * * If not in UTF8-mode. this function is just a wrapper for strlen(3). - * Otherwise \s is treated as an UTF-8 string and its display width is + * Otherwise \a s is treated as an UTF-8 string and its display width is * computed. Note that this function may fail if the underlying call to * mbsrtowcs(3) fails, so the caller must check the return value. *