From 3a57f372904ea6e2f7b153749b84331ddfb8a3e3 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 25 Jan 2006 17:52:44 +0000 Subject: Fixes to typos git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2894 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 93c4d6e01..ea303e295 100755 --- a/configure +++ b/configure @@ -402,7 +402,7 @@ while (!$continue) { print "What is the maximum number of mode changes in one line?\n"; print "[\033[1;32m$config{MAXI_MODES}\033[0m] -> "; chomp($var = ); - if ($var eq "") { $var = $onfig{MAXI_MODES}; } + if ($var eq "") { $var = $config{MAXI_MODES}; } if ($var =~ /^\d+$/) { # We don't care what the number is, set it and be on our way. $config{MAXI_MODES} = $var; -- cgit v1.2.3