diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-04 00:09:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-04 00:09:09 +0000 |
commit | f2ce411926eab7a23be6e11274d0f8677610014a (patch) | |
tree | e366d0db22af7390ae0b587ce68914aa611343cd /usr.bin/tip | |
parent | abbac7377fe6d17c12b44669a7353b457ef448bb (diff) |
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/tip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h index fdfed66fcde..a5b5451c000 100644 --- a/usr.bin/tip/tip.h +++ b/usr.bin/tip/tip.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.h,v 1.13 2002/05/29 22:58:56 millert Exp $ */ +/* $OpenBSD: tip.h,v 1.14 2002/06/04 00:09:08 deraadt Exp $ */ /* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */ /* @@ -170,7 +170,7 @@ typedef typedef struct { char e_char; /* char to match on */ - char e_flags; /* experimental, priviledged */ + char e_flags; /* experimental, privileged */ char *e_help; /* help string */ int (*e_func)(); /* command */ } @@ -178,7 +178,7 @@ typedef #define NORM 00 /* normal protection, execute anyone */ #define EXP 01 /* experimental, mark it with a `*' on help */ -#define PRIV 02 /* priviledged, root execute only */ +#define PRIV 02 /* privileged, root execute only */ extern int vflag; /* verbose during reading of .tiprc file */ extern int noesc; /* no escape `~' char */ |