From b17d43784fa5a9c7286615eb87726b3a436b5b98 Mon Sep 17 00:00:00 2001
From: Karl Goetz <karl@kgoetz.id.au>
Date: Sun, 1 Nov 2009 11:43:32 +0100
Subject: Correcting spelling type in 'wrong config tree version' error
 message.

---
 functions/defaults.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index ec85904..bd5f5af 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1038,7 +1038,7 @@ Check_defaults ()
 		elif [ ${CURRENT_CONFIG_VERSION} -lt 1 ]
 		then
 			Echo_warning "This config tree does not specify a format version or has an unknown version number."
-			Echo_warning "Continueing build, but it could lead to errors or different results. Please repopulate the config tree."
+			Echo_warning "Continuing build, but it could lead to errors or different results. Please repopulate the config tree."
 		fi
 	fi
 
-- 
cgit v1.0