Skip to content

Commit b023c3b

Browse files
committed
Fixed two small typos
1 parent 60909be commit b023c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spampd.pod

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Specifies what UNIX socket I<spampd> listens on. If this is specified,
384384
=item B<--socket-perms> I<<mode>>
385385

386386
The file mode for the created UNIX socket (see --socket) in octal
387-
format, e.g. 700 to specify acces only for the user I<spampd> is run as.
387+
format, e.g. 700 to specify access only for the user I<spampd> is run as.
388388

389389

390390
=item B<--relayhost> I<< (<ip>|<hostname>)[:<port>] >>
@@ -834,7 +834,7 @@ I<Net::Server> supports some other options which I<spampd> doesn't accept direct
834834
For example there are access control options, child process tuning, and a few more (see below).
835835
Such options can be passed through to I<Net::Server> (and subtypes) by specifying them at the end
836836
of the I<spampd> command line (or in a configuration file) following two dashes
837-
C< -- > by themselves (this is a failry typicaly convention for passing options onto
837+
C< -- > by themselves (this is a failry typically convention for passing options onto
838838
another program). As an example, it may look something like this:
839839

840840
spampd --host 10.0.0.1 -port 10025 -- --cidr_allow 10.0.0.0/24

0 commit comments

Comments
 (0)