From: Bruno Haible Date: Mon, 8 Nov 2004 12:54:48 +0000 (+0000) Subject: Use British English, not German English. X-Git-Tag: cvs-readonly~3789 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7230746eb61879ffe47e41149568a9291c363bd0;p=gnulib.git Use British English, not German English. --- diff --git a/lib/mbswidth.c b/lib/mbswidth.c index 6b9d4b38bb..a51176026d 100644 --- a/lib/mbswidth.c +++ b/lib/mbswidth.c @@ -91,7 +91,7 @@ int wcwidth (); 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) {