File: spelling.patch

package info (click to toggle)
libkiokudb-perl 0.57-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,344 kB
  • ctags: 701
  • sloc: perl: 13,313; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
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.