summaryrefslogtreecommitdiffstats
path: root/libutil/_secure_path.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-18 12:31:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-18 12:31:12 +0000
commit9911194b74d0be840e13a1607c63922e24a68fa6 (patch)
tree672e60307d105b95b1aa30ed73eab7e8a955ef95 /libutil/_secure_path.c
parentb7891c6115a8ce73d6856254597f651505c4f001 (diff)
downloadpw-darwin-9911194b74d0be840e13a1607c63922e24a68fa6.tar.gz
pw-darwin-9911194b74d0be840e13a1607c63922e24a68fa6.tar.zst
pw-darwin-9911194b74d0be840e13a1607c63922e24a68fa6.zip
Grammar in a comment.
Diffstat (limited to 'libutil/_secure_path.c')
-rw-r--r--libutil/_secure_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/_secure_path.c b/libutil/_secure_path.c
index 0411080..363378b 100644
--- a/libutil/_secure_path.c
+++ b/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,