Subject: | of => off in docs on config attributes |
Minor doc typo in the LockFile::simple docs, here is a patch:
--- Simple.pm.orig Sun Dec 14 02:29:29 2003
+++ Simple.pm Sun Dec 14 02:29:43 2003
@@ -742,7 +742,7 @@
$obj->nfs(0); # WRONG
$obj->configure(-nfs => 0); # Right
-to turn of the NFS attribute. That is because my OO background chokes
+to turn off the NFS attribute. That is because my OO background chokes
at having querying functions with side effects.
=head1 INTERFACE
(my brain did a double take parsing it, but like I said MINOR doc bug)