From b32fa4c609c9e5c6586f3c870f5130a4c1b17a1f Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 25 May 2009 00:39:45 +0000 Subject: "abbreviation" has two Bs. --- trek/getpar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trek/getpar.h') 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; -- cgit v1.2.3