Grammar in a comment.

This commit is contained in:
ru 2004-12-18 12:31:12 +00:00
parent 644cffdbea
commit d4138a03c5

View File

@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$");
* Check for common security problems on a given path
* It must be:
* 1. A regular file, and exists
* 2. Owned and writaable only by root (or given owner)
* 2. Owned and writable only by root (or given owner)
* 3. Group ownership is given group or is non-group writable
*
* Returns: -2 if file does not exist,