1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: spelling fix
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=88034
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88034
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-05-06
--- a/lib/KiokuDB/Backend/Role/UnicodeSafe.pm
+++ b/lib/KiokuDB/Backend/Role/UnicodeSafe.pm
@@ -41,7 +41,7 @@
store unicode perl strings safely.
This means that B<character> strings inserted to the database will not be
-retreived as B<byte> strings upon deserialization.
+retrieved as B<byte> strings upon deserialization.
This mostly has to do with L<KiokuDB::Backend::Serialize> variants.
|