summaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/ACL.pm
diff options
context:
space:
mode:
authorJon Robertson <jonrober@stanford.edu>2015-04-17 13:30:45 -0700
committerJon Robertson <jonrober@stanford.edu>2015-06-08 15:24:34 -0700
commit0f943b75d34623b6825a0acf34ee2cd965bc6799 (patch)
tree30820ee9d03bb083939830346538e0289e3e66db /perl/lib/Wallet/ACL.pm
parent45a7c9d2896cf2e0d1548fd98b3b78f9f812744f (diff)
ACL.pm: Fixed capitalization of ACL in pod
Change-Id: I9e4632f3ff81f916f9157ef8128b20915ecded08
Diffstat (limited to 'perl/lib/Wallet/ACL.pm')
-rw-r--r--perl/lib/Wallet/ACL.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Wallet/ACL.pm b/perl/lib/Wallet/ACL.pm
index 370df8b..a090256 100644
--- a/perl/lib/Wallet/ACL.pm
+++ b/perl/lib/Wallet/ACL.pm
@@ -673,7 +673,7 @@ Note that rename() operations are not logged in the ACL history.
=item replace(ID)
Replace this ACL with another. This goes through each object owned by
-the ACL and changes its ownership to the new ACL, leaving this acl owning
+the ACL and changes its ownership to the new ACL, leaving this ACL owning
nothing (and probably then needing to be deleted). Returns true on
success and false on failure. On failure, the caller should call error()
to get the error message.