diff --git a/ChangeLog b/ChangeLog index 3e908c0be4..7cddd7ce23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -148,7 +148,7 @@ Fri Apr 1 20:58:33 2016 Martin Duerst * enc/unicode/case-folding.rb, casefold.h: Data generation to implement swapcase functionality for titlecase characters. Swapcase isn't defined by Unicode, because the purpose/usage of swapcase is unclear anyway. - The implementation follows a proposal from Nobu, swaping the case of + The implementation follows a proposal from Nobu, swapping the case of each component of a titlecase character individually. This means that the titlecase characters have to be decomposed.