diff options
author | ru <ru@FreeBSD.org> | 2004-12-18 12:31:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-18 12:31:12 +0000 |
commit | d4138a03c5a8ffac7cc65a1c6960d14f7a16623c (patch) | |
tree | 5ac3a0f43f8d7d90879685213eefe8375b6e16b7 /lib/libutil | |
parent | 644cffdbeabf8ba367440bb0fff20806c83a6199 (diff) | |
download | FreeBSD-src-d4138a03c5a8ffac7cc65a1c6960d14f7a16623c.zip FreeBSD-src-d4138a03c5a8ffac7cc65a1c6960d14f7a16623c.tar.gz |
Grammar in a comment.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/_secure_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c index 0411080..363378b 100644 --- a/lib/libutil/_secure_path.c +++ b/lib/libutil/_secure_path.c @@ -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, |