summaryrefslogtreecommitdiffstats
path: root/trek/getpar.h
diff options
context:
space:
mode:
Diffstat (limited to 'trek/getpar.h')
-rw-r--r--trek/getpar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trek/getpar.h b/trek/getpar.h
index 77b93b18..f9472150 100644
--- a/trek/getpar.h
+++ b/trek/getpar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: getpar.h,v 1.11 2009/05/24 21:44:56 dholland Exp $ */
+/* $NetBSD: getpar.h,v 1.12 2009/05/25 00:39:45 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -35,7 +35,7 @@ typedef void (*cmdfun)(int);
/* used for getcodpar() parameter list */
struct cvntab {
- const char *abrev;
+ const char *abbrev;
const char *full;
cmdfun value;
int value2;