summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-01-08 12:29:28 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-01-08 12:29:28 +0000
commitbc05b4c8c1d710bb7ea2b80f50095b6aeaf7c61e (patch)
tree4fa68fbc918f264dc84cf6450f5c96c7bc1da45a /usr.bin
parent911c65541bd047cb6a4b3dc1cd1c9715cc8e3b78 (diff)
typo; mjc@bitz.ca
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mg/def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index a3648be8d56..df958a24851 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.21 2001/05/24 10:43:16 art Exp $ */
+/* $OpenBSD: def.h,v 1.22 2002/01/08 12:29:27 millert Exp $ */
/*
* This file is the general header file for all parts
@@ -78,7 +78,7 @@ typedef int (*PF)(); /* generally useful type */
#define CMODE 2 /* Mode line color. */
/*
- * Flags for keyboard involked functions.
+ * Flags for keyboard invoked functions.
*/
#define FFUNIV 1 /* universal argument */
#define FFNEGARG 2 /* negitive only argument */