summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authoradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-07-01 19:37:22 +0000
committeradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-07-01 19:37:22 +0000
commite8c63b5f43be302902d54773a3e66569c246218b (patch)
tree11ee6c9acabc6f06c2da92cde98441c17b838c95 /Config
parentda8ccdad1982b734652bcacc9eaae841517d4f59 (diff)
Fixed some spelling errors in Config
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2352 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Config')
-rwxr-xr-xConfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config b/Config
index af4e074d6..804a43fbc 100755
--- a/Config
+++ b/Config
@@ -388,9 +388,9 @@ echo ""
####
-echo "Are there any extra aguments you wish to pass to $BUILD_SYSTEM?"
+echo "Are there any extra arguments you wish to pass to $BUILD_SYSTEM?"
echo "(You may only need to do this if $BUILD_SYSTEM is unable to locate"
-echo "missing dependancies without hints)"
+echo "missing dependencies without hints)"
echo2 "[$EXTRA_CONFIG_ARGS] "
if read INPUT ; then : ; else echo "" ; exit 1 ; fi
EXTRA_CONFIG_ARGS=$INPUT