diff --git a/perl-Unicode-Map8.changes b/perl-Unicode-Map8.changes index 25aa97c..5c4a91e 100644 --- a/perl-Unicode-Map8.changes +++ b/perl-Unicode-Map8.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 28 18:14:16 UTC 2011 - andrea.turrini@gmail.com + +- fixed typos in perl-Unicode-Map8.spec + ------------------------------------------------------------------- Wed Dec 1 06:55:47 UTC 2010 - coolo@novell.com diff --git a/perl-Unicode-Map8.spec b/perl-Unicode-Map8.spec index 99a2771..0173c65 100644 --- a/perl-Unicode-Map8.spec +++ b/perl-Unicode-Map8.spec @@ -36,10 +36,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %description -The Unicode::Map8 class implement efficient mapping tables between +The Unicode::Map8 class implements efficient mapping tables between 8-bit character sets and 16-bit character sets like Unicode. The tables are efficient both in terms of space allocated and translation speed. -The 16-bit strings is assumed to use network byte order. +The 16-bit strings are assumed to use network byte order.