# HG changeset patch # User Bruno Haible # Date 1099918488 0 # Node ID 80c94a39669e90834280751342f5f7d69d6f3477 # Parent d557bf17c0204bc90d009bb1b1fbb6591aebe3aa Use British English, not German English. diff --git a/lib/mbswidth.c b/lib/mbswidth.c --- 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) {