Mailing List Archive

svn commit: r1911160 - /perl/Apache-Reload/trunk/lib/Apache2/Reload.pm
Author: stevehay
Date: Fri Jul 21 08:36:40 2023
New Revision: 1911160

URL: http://svn.apache.org/viewvc?rev=1911160&view=rev
Log:
Fix spelling error

Fix by x.guimard@free.fr in CPAN RT#127004

Modified:
perl/Apache-Reload/trunk/lib/Apache2/Reload.pm

Modified: perl/Apache-Reload/trunk/lib/Apache2/Reload.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/lib/Apache2/Reload.pm?rev=1911160&r1=1911159&r2=1911160&view=diff
==============================================================================
--- perl/Apache-Reload/trunk/lib/Apache2/Reload.pm (original)
+++ perl/Apache-Reload/trunk/lib/Apache2/Reload.pm Fri Jul 21 08:36:40 2023
@@ -363,7 +363,7 @@ a module.

Apache2::Reload->unregister_module('Some::Module');

-But be carefull, since unregistering a module in this way will only
+But be careful, since unregistering a module in this way will only
do so for the current interpreter. This feature should be used with
care.