aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohannes Schickel2011-11-26 17:40:00 +0100
committerJohannes Schickel2011-11-26 17:40:00 +0100
commitb9d1718fe1fc9649515ff4415a8668044c8a7380 (patch)
tree8c3a22ae7785dee576c161b04a933eed5c9a3cc2 /configure
parent50c44aacf41cc0bb21f98b55afa659a3878233ae (diff)
downloadscummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.tar.gz
scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.tar.bz2
scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.zip
ALL: unrecognised -> unrecognized.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2acb24d5d3..edea8ee744 100755
--- a/configure
+++ b/configure
@@ -423,14 +423,14 @@ option_help() {
# Show an error about an unknown option
option_error() {
- echo "error: unrecognised option: $ac_option
+ echo "error: unrecognized option: $ac_option
Try \`$0 --help' for more information." >&2
exit 1
}
# Show an error about an unknown engine
engine_option_error() {
- echo "error: unrecognised engine: $1
+ echo "error: unrecognized engine: $1
Try \`$0 --help' for more information." >&2
exit 1
}