diff options
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/print-radius.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-radius.c b/usr.sbin/tcpdump/print-radius.c index 6aa28e13451..759c846c57e 100644 --- a/usr.sbin/tcpdump/print-radius.c +++ b/usr.sbin/tcpdump/print-radius.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-radius.c,v 1.6 2001/10/24 12:05:11 ho Exp $ */ +/* $OpenBSD: print-radius.c,v 1.7 2003/11/08 19:17:30 jmc Exp $ */ /* * Copyright (c) 1997 Thomas H. Ptacek. All rights reserved. @@ -88,7 +88,7 @@ struct radius_atable { /* the right way to do this is probably to read these values out * of the actual RADIUS dictionary; this would require the machine * running tcpdump to have that file installed, and it's not my - * program, so I'm not going to introduce new dependancies. Oh well. + * program, so I'm not going to introduce new dependencies. Oh well. */ static struct radius_atable radius_atts[] = { |