summaryrefslogtreecommitdiffstats
path: root/trek
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-11-17 11:16:10 +0000
committerwiz <wiz@NetBSD.org>2003-11-17 11:16:10 +0000
commit96460831a771d68cf1ade9a12b929f9ec8e9bc9d (patch)
tree49484295d92bbd643c704faf6be90be9e363d2ad /trek
parent54c7964842a3a322ca3e7867485513837f58b811 (diff)
downloadbsdgames-darwin-96460831a771d68cf1ade9a12b929f9ec8e9bc9d.tar.gz
bsdgames-darwin-96460831a771d68cf1ade9a12b929f9ec8e9bc9d.tar.zst
bsdgames-darwin-96460831a771d68cf1ade9a12b929f9ec8e9bc9d.zip
Various typo fixes from Jonathon Gray via jmc@openbsd.
Diffstat (limited to 'trek')
-rw-r--r--trek/getpar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trek/getpar.h b/trek/getpar.h
index f6d67954..23b2bab7 100644
--- a/trek/getpar.h
+++ b/trek/getpar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: getpar.h,v 1.7 2003/08/07 09:37:51 agc Exp $ */
+/* $NetBSD: getpar.h,v 1.8 2003/11/17 11:16:10 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -32,7 +32,7 @@
*/
typedef void (*cmdfun) __P((int));
-struct cvntab /* used for getcodpar() paramater list */
+struct cvntab /* used for getcodpar() parameter list */
{
const char *abrev;
const char *full;