diff options
author | adam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-01 19:37:22 +0000 |
---|---|---|
committer | adam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-01 19:37:22 +0000 |
commit | e8c63b5f43be302902d54773a3e66569c246218b (patch) | |
tree | 11ee6c9acabc6f06c2da92cde98441c17b838c95 /Config | |
parent | da8ccdad1982b734652bcacc9eaae841517d4f59 (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-x | Config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |