summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormason james <mtj@kohaaloha.com>2023-02-14 21:59:20 +0100
committergregor herrmann <gregoa@debian.org>2023-02-14 21:59:20 +0100
commit9100684ec7679198019461f78ddb381168b3d300 (patch)
treedbeae808e3094a209e801fc3ffa779c74dd54f00
parent23823d20330c3265a7afc700a3b4e6ad8dcb4c62 (diff)
Origin: vendor Forwarded: https://github.com/ronsavage/Data-Session/pull/3 Bug: https://github.com/ronsavage/Data-Session/pull/3 Last-Update: 2023-02-11 Gbp-Pq: Name spelling.patch
-rw-r--r--lib/Data/Session/Base.pm2
1 files changed, 1 insertions, 1 deletions
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