File: spelling.patch

package info (click to toggle)
libdata-objectdriver-perl 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 784 kB
  • sloc: perl: 3,795; sql: 64; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: fix some spelling mistakes
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=97153
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97153
Author: gregor herrmann <gregoa@debian.org>
Reviewed-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Last-Update: 2025-04-19

--- a/lib/Data/ObjectDriver/Driver/BaseCache.pm
+++ b/lib/Data/ObjectDriver/Driver/BaseCache.pm
@@ -375,7 +375,7 @@ disabled state of drivers of the given c
 caching driver is disabled, all operations are automatically passed through to
 the fallback object driver.
 
-Note that, if you disable and reenable a caching driver, some of the cached
+Note that, if you disable and re-enable a caching driver, some of the cached
 data may be invalid due to updates that were performed while the driver was
 disabled not being reflected in the external cache.
 
--- a/lib/Data/ObjectDriver/Driver/SimplePartition.pm
+++ b/lib/Data/ObjectDriver/Driver/SimplePartition.pm
@@ -227,7 +227,7 @@ your application includes the parent ID
 partitioned class and instances of partitioned objects before attempting to
 save them.
 
-Optionaly you can enable a basic support of search across multiple
+Optionally you can enable a basic support of search across multiple
 partition by passing the 'multi_partition' arg (true value) to the search
 query.