summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/devices.c
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1998-09-30 01:46:27 +0000
committerdanny <danny@FreeBSD.org>1998-09-30 01:46:27 +0000
commit902cf5895875e558f1caee9d1807d89c1f38e7ad (patch)
tree7c2405f4364c183401ed631c9155344514bb2936 /usr.sbin/sade/devices.c
parentcd83b591406e3409645ac9947f7132e2b35a9446 (diff)
downloadFreeBSD-src-902cf5895875e558f1caee9d1807d89c1f38e7ad.zip
FreeBSD-src-902cf5895875e558f1caee9d1807d89c1f38e7ad.tar.gz
Fix typo in message.
Diffstat (limited to 'usr.sbin/sade/devices.c')
-rw-r--r--usr.sbin/sade/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c
index 330616e..d687a20 100644
--- a/usr.sbin/sade/devices.c
+++ b/usr.sbin/sade/devices.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: devices.c,v 1.82 1998/09/15 10:24:45 gibbs Exp $
+ * $Id: devices.c,v 1.83 1998/09/26 17:05:08 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -205,7 +205,7 @@ deviceGetAll(void)
char buffer[INTERFACE_MAX * sizeof(struct ifreq)];
char **names;
- msgNotify("Probing devices, please wait (this can take awhile)...");
+ msgNotify("Probing devices, please wait (this can take a while)...");
/* First go for the network interfaces. Stolen shamelessly from ifconfig! */
ifc.ifc_len = sizeof(buffer);
ifc.ifc_buf = buffer;
OpenPOWER on IntegriCloud