summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-17 20:52:45 +0200
committerGravatar Martin Szulecki2014-10-17 20:52:45 +0200
commit68bdf4be88b128c56eea5117361c4e7b51eb27b1 (patch)
tree42d05a3923e6e125a664003015ef3e091b237db0
parentaf6c4bbcfa78a7e5c0bebf1e5cbea892586c99df (diff)
downloadusbmuxd-1.1.0.tar.gz
usbmuxd-1.1.0.tar.bz2
configure.ac: Fix small typo in error message1.1.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eff57ad..21ff1b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ if test "x$have_limd" = "xyes"; then
fi
else
if test "x$with_preflight" == "xyes"; then
- AC_MSG_ERROR([preflight worker support requested but libimobiledevice could not befound])
+ AC_MSG_ERROR([preflight worker support requested but libimobiledevice could not be found])
fi
fi