File: fix-spelling.patch

package info (click to toggle)
libhash-merge-extra-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 638; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 819 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
Description: Fix spelling of overridden
 <long description that can span multiple lines, optional>
Author: Andrew Ruthven
Forwarded: https://github.com/mr-mixas/Hash-Merge-Extra.pm/pull/1
Applied-Upstream: 949b6eb
Last-Update: 2025-04-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/Hash/Merge/Extra.pm
+++ b/lib/Hash/Merge/Extra.pm
@@ -188,12 +188,12 @@
 
 =item B<L_ADDITIVE>, B<R_ADDITIVE>
 
-Hashes merged, arrays joined, undefined scalars overrided. Left and right
+Hashes merged, arrays joined, undefined scalars overridden. Left and right
 precedence.
 
 =item B<L_OVERRIDE>, B<R_OVERRIDE>
 
-Hashes merged, arrays and scalars overrided. Left and right precedence.
+Hashes merged, arrays and scalars overridden. Left and right precedence.
 
 =item B<L_REPLACE>, B<R_REPLACE>