aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2017-02-07 19:59:09 +0000
committerdakkar <dakkar@thenautilus.net>2017-02-07 19:59:09 +0000
commitc6d59518b58d71b7ea5ca4d5973ce9ec03b146d2 (patch)
treee5b4ec27e812fe14cdf39dee75c45a7c58689b2f
parentuse more Pod::Weaver (diff)
downloadSietima-c6d59518b58d71b7ea5ca4d5973ce9ec03b146d2.tar.gz
Sietima-c6d59518b58d71b7ea5ca4d5973ce9ec03b146d2.tar.bz2
Sietima-c6d59518b58d71b7ea5ca4d5973ce9ec03b146d2.zip
fix POD typo
-rw-r--r--lib/Sietima/MailStore/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sietima/MailStore/FS.pm b/lib/Sietima/MailStore/FS.pm
index fe41de4..c429dfd 100644
--- a/lib/Sietima/MailStore/FS.pm
+++ b/lib/Sietima/MailStore/FS.pm
@@ -36,7 +36,7 @@ C<Sietima::Role::SubscriberOnly::Moderate> >>). A way to achieve that
is to have a group dedicated to list owners, and set the directory
group-writable and group-sticky, and owned by that group:
- # chgrp-R mailinglists /tmp/my-store
+ # chgrp -R mailinglists /tmp/my-store
# chmod -R g+rwXs /tmp/my-store
=for Pod::Coverage BUILD