summaryrefslogtreecommitdiff
path: root/usr.bin/at
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:13:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:13:55 +0000
commitaa088c3d1d47dfc43468a5ed3be93528795f3b5b (patch)
tree468b305981be3e7b614273db7ad13a22181447b0 /usr.bin/at
parent5913a3f3ab5617e8e594d65033be16a449b27957 (diff)
spelling; raj@cerias.purdue.edu
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 a28c76889c9..2485e244cd2 100644
--- a/usr.bin/at/privs.h
+++ b/usr.bin/at/privs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: privs.h,v 1.5 2002/05/11 23:16:44 millert Exp $ */
+/* $OpenBSD: privs.h,v 1.6 2002/06/04 00:13:54 deraadt Exp $ */
/* $NetBSD: privs.h,v 1.3 1995/03/25 18:13:41 glass Exp $ */
/*
@@ -52,7 +52,7 @@
* It is NOT safe to call exec(), system() or popen() with a user-
* supplied program (i.e. without carefully checking PATH and any
* library load paths) with relinquished privileges; the called program
- * can aquire them just as easily. Set both effective and real userid
+ * can acquire them just as easily. Set both effective and real userid
* to the real userid before calling any of them.
*/