summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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