From: Ben Pfaff Date: Sat, 1 Jan 2011 23:17:10 +0000 (-0800) Subject: unigbrk.in.h: Fix typo: "ben" => "been". X-Git-Tag: v0.1~3407 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=3614b772f1dcf09de46de99fd55d41f355a20313;hp=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git unigbrk.in.h: Fix typo: "ben" => "been". Reported by Bruno Haible. --- diff --git a/ChangeLog b/ChangeLog index d021bde71..c5a1cae33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-01 Ben Pfaff + + * unigbrk.in.h: Fix typo: "ben" => "been". + Reported by Bruno Haible. + 2011-01-01 Jim Meyering maint: update almost all copyright ranges to include 2011 diff --git a/lib/unigbrk.in.h b/lib/unigbrk.in.h index 5389670c9..acce151c4 100644 --- a/lib/unigbrk.in.h +++ b/lib/unigbrk.in.h @@ -89,7 +89,7 @@ extern size_t u32_grapheme_len (const uint32_t *s, size_t n); /* Returns the start of the next grapheme cluster following S, or NULL if the - end of the string has ben reached. */ + end of the string has been reached. */ extern const uint8_t * u8_grapheme_next (const uint8_t *s, const uint8_t *end); extern const uint16_t * @@ -98,7 +98,7 @@ extern const uint32_t * u32_grapheme_next (const uint32_t *s, const uint32_t *end); /* Returns the start of the previous grapheme cluster before S, or NULL if the - start of the string has ben reached. */ + start of the string has been reached. */ extern const uint8_t * u8_grapheme_prev (const uint8_t *s, const uint8_t *start); extern const uint16_t *