changeset 5397:80c94a39669e

Use British English, not German English.
author Bruno Haible <bruno@clisp.org>
date Mon, 08 Nov 2004 12:54:48 +0000
parents d557bf17c020
children 7a098ee88687
files lib/mbswidth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/mbswidth.c
+++ b/lib/mbswidth.c
@@ -91,7 +91,7 @@
    character string pointed to by STRING.  If a non-printable character
    occurs, and MBSW_REJECT_UNPRINTABLE is specified, -1 is returned.
    With flags = MBSW_REJECT_INVALID | MBSW_REJECT_UNPRINTABLE, this is
-   the multibyte analogon of the wcswidth function.  */
+   the multibyte analogue of the wcswidth function.  */
 int
 mbswidth (const char *string, int flags)
 {