summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormason james <mtj@kohaaloha.com>2023-02-05 03:27:00 +1300
committermason james <mtj@kohaaloha.com>2023-02-11 18:40:21 +1300
commit91a5fbc654f9f1fb7add2cb46a8ea3f1db4f179b (patch)
tree68b691e852e1d72c9100d4ce3670a7d9cfaa7022 /debian
parentbb6cb65ddaf5f5018538ee8721fec279210ed39d (diff)
add spelling patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/spelling.patch13
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..9bf3b80
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/Data/Session/Base.pm b/lib/Data/Session/Base.pm
+index 056b304..00eef63 100644
+--- a/lib/Data/Session/Base.pm
++++ b/lib/Data/Session/Base.pm
+@@ -89,7 +89,7 @@ Print the string to STDERR.
+
+ If $s is empty, use '' (the empty string), to avoid a warning message.
+
+-Lastly, the string is output preceeded by a '#', so it does not interfere with test output.
++Lastly, the string is output preceded by a '#', so it does not interfere with test output.
+ That is, log($s) emulates diag $s.
+
+ =head1 Support