Various spelling fixes.
[fio.git] / configure
index 742cb7c533c965a65a087d44168500a13d67608d..3e3f8132a31c4a92929bbbc373e455fb6f813cd7 100755 (executable)
--- a/configure
+++ b/configure
@@ -334,7 +334,7 @@ if test "$show_help" = "yes" ; then
 fi
 
 cross_prefix=${cross_prefix-${CROSS_COMPILE}}
-# Preferred compiler (can be overriden later after we know the platform):
+# Preferred compiler (can be overridden later after we know the platform):
 #  ${CC} (if set)
 #  ${cross_prefix}gcc (if cross-prefix specified)
 #  gcc if available