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 31
|
From: Ansgar Burchardt <ansgar@43-1.org>
Subject: Correct spelling errors
--- a/SessionX.pm
+++ b/SessionX.pm
@@ -508,7 +508,7 @@
Apache::SessionX extents Apache::Session.
It was initialy written to use Apache::Session from inside of HTML::Embperl,
-but is seems to be usefull outside of Embperl as well, so here is it as standalone module.
+but is seems to be useful outside of Embperl as well, so here is it as standalone module.
Apache::Session is a persistence framework which is particularly useful
for tracking session data between httpd requests. Apache::Session is
@@ -541,7 +541,7 @@
=item lazy
-By Specifing this attribute, you tell Apache::Session to not do any
+By specifying this attribute, you tell Apache::Session to not do any
access to the object store, until the first read or write access to
the tied hash. Otherwise the B<tie> function will make sure the hash
exist or creates a new one.
@@ -663,7 +663,7 @@
=over 4
-=item See documentation of Apache::Session for more informations about it's internals
+=item See documentation of Apache::Session for more information about it's internals
=item Apache::SessionX::Generate::MD5
|