summaryrefslogtreecommitdiff
path: root/usr.bin/at
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-20 21:10:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-20 21:10:20 +0000
commit7b8a178a0c39ced0f1bac13f4d488c7d209cf077 (patch)
treedeb4358e19bb6ece8ee869bfd40ff64070991ce1 /usr.bin/at
parentaafbd3e8e2400df670e69fd1f946ea84fc56e9cc (diff)
typos from Jared Yanovich, slightly ammended;
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/privs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h
index ee3612c9507..a8bdb17cb85 100644
--- a/usr.bin/at/privs.h
+++ b/usr.bin/at/privs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: privs.h,v 1.7 2003/02/20 20:38:08 millert Exp $ */
+/* $OpenBSD: privs.h,v 1.8 2003/10/20 21:10:19 jmc Exp $ */
/*
* privs.h - header for privileged operations
@@ -34,7 +34,7 @@
* with the option of getting them back later. This is done by
* utilizing POSIX saved user and groups ids (or setreuid amd setregid if
* POSIX saved ids are not available). Call RELINQUISH_PRIVS once
- * at the beginning of the main program. This will cause all operatons
+ * at the beginning of the main program. This will cause all operations
* to be executed with the real userid. When you need the privileges
* of the setuid/setgid invocation, call PRIV_START; when you no longer
* need it, call PRIV_END. Note that it is an error to call PRIV_START