diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-02-13 08:17:10 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-02-13 08:17:10 +0000 |
commit | 216d892966fcf0d3ba7355b2a6ce48d5d5c70fd6 (patch) | |
tree | b413fe1aa691979ebbb3d976baeae74b59f33710 /usr.sbin/altq | |
parent | b60895f56732ce5d44e4a65c4c4feeaa2a40c15c (diff) |
typo: clinet -> client from KAME.
Diffstat (limited to 'usr.sbin/altq')
-rw-r--r-- | usr.sbin/altq/altqstat/quip_client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/altq/altqstat/quip_client.c b/usr.sbin/altq/altqstat/quip_client.c index 0a6796e66b3..e8c3a4f301c 100644 --- a/usr.sbin/altq/altqstat/quip_client.c +++ b/usr.sbin/altq/altqstat/quip_client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: quip_client.c,v 1.4 2001/11/19 04:20:42 deraadt Exp $ */ +/* $OpenBSD: quip_client.c,v 1.5 2002/02/13 08:17:09 kjc Exp $ */ /* $KAME: quip_client.c,v 1.4 2001/08/16 07:43:15 itojun Exp $ */ /* * Copyright (C) 1999-2000 @@ -44,7 +44,7 @@ * quip (queue information protocol) is a http-like protocol * in order to retrieve information from the server. * a unix domain TCP socket "/var/run/altq_quip" is used for - * clinet-server style communication. + * client-server style communication. * * there are 2 quip message types: request and response. * request format: (only single-line request message is used at this moment) |