summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-09-17 16:23:48 +0000
committerpst <pst@FreeBSD.org>1997-09-17 16:23:48 +0000
commit52f8c412b881dd0c998297025bb3d13b9a7157d8 (patch)
tree91354eb077a7fdf0da5f3e8ba99b33165b296253 /usr.sbin
parentf6e7a481229606d6f07b506ad835853e7ee4faaa (diff)
downloadFreeBSD-src-52f8c412b881dd0c998297025bb3d13b9a7157d8.zip
FreeBSD-src-52f8c412b881dd0c998297025bb3d13b9a7157d8.tar.gz
Fix misspelling
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index f0f3d19..bfb7fe1 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.112 1997/09/09 16:26:29 jkh Exp $
+ * $Id: dist.c,v 1.113 1997/09/16 10:14:20 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -217,7 +217,7 @@ distConfig(dialogMenuItem *self)
if ((cp = variable_get(VAR_DIST_SRC)) != NULL)
SrcDists = atoi(cp);
-#ifndef USE_XIG_ENFIRONMENT
+#ifndef USE_XIG_ENVIRONMENT
if ((cp = variable_get(VAR_DIST_X11)) != NULL)
XF86Dists = atoi(cp);
OpenPOWER on IntegriCloud