From 8c4853b22d0e5e673fd5438cfebb5d0fe195a487 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Wed, 23 Feb 2011 19:38:13 -0500 Subject: [PATCH] Fix some typos in configure script help. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 6ce06e4..88d6ca0 100755 --- a/configure +++ b/configure @@ -96,8 +96,8 @@ for option in $*; do echo "./configure" echo " --cflags=N Compilation flags" echo " --compiler=N Use compiler \"N\"" - echo " --headers=N Headers sub-direcotry (default is \"${HEADERS}\")" - echo " --library=N Libraries sub-directory (default is \"${LIBRARY}\")" + echo " --headers=N Headers subdirectory (default is \"${HEADERS}\")" + echo " --library=N Libraries subdirectory (default is \"${LIBRARY}\")" echo " --prefix=N Installs library files in \"N\"" echo " --profile=N Use build profile \"N\"" exit $EXIT_SUCCESS