Grammar nit.

Submitted by:	Paul Procacci <pprocacci@datapipe.com>


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@421 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2009-10-09 09:37:07 +00:00
parent 5a523baf2b
commit fe7a24df15
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ will be failure regardless of the success of later modules.
.It Cm requisite
If this module succeeds, the result of the chain will be success
unless a later module fails.
If it module fails, the chain is broken and the result is failure.
If the module fails, the chain is broken and the result is failure.
.It Cm sufficient
If this module succeeds, the chain is broken and the result is
success.