Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp/includes aquire -> acquire



details:   https://anonhg.NetBSD.org/src/rev/e627f29d1f8a
branches:  trunk
changeset: 513244:e627f29d1f8a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 26 22:50:57 2001 +0000

description:
aquire -> acquire

diffstat:

 usr.sbin/dhcp/includes/dhcpd.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4f6c0549908d -r e627f29d1f8a usr.sbin/dhcp/includes/dhcpd.h
--- a/usr.sbin/dhcp/includes/dhcpd.h    Thu Jul 26 22:49:56 2001 +0000
+++ b/usr.sbin/dhcp/includes/dhcpd.h    Thu Jul 26 22:50:57 2001 +0000
@@ -625,7 +625,7 @@
        struct auth_key *key;      /* Key used in basic DHCP authentication. */
 
        unsigned int is_static : 1;    /* If set, lease is from config file. */
-       unsigned int is_bootp: 1;   /* If set, lease was aquired with BOOTP. */
+       unsigned int is_bootp: 1;   /* If set, lease was acquired with BOOTP. */
 
        struct option_state *options;        /* Options supplied with lease. */
 };



Home | Main Index | Thread Index | Old Index