# HG changeset patch # User Ben Pfaff # Date 1293923830 28800 # Node ID 87819eefffc58d6532ce8abccac53eec399f23ed # Parent 97fc9a21a8fb922fd839925d23a355a3bd843e74 unigbrk.in.h: Fix typo: "ben" => "been". Reported by Bruno Haible. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/lib/unigbrk.in.h +++ b/lib/unigbrk.in.h @@ -89,7 +89,7 @@ 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 @@ 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 *