summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2015-09-08 17:07:37 +0200
committerDebarshi Ray <debarshir@gnome.org>2015-09-08 18:09:13 +0200
commit79dc70d75797a96b98cf75d2e4b694bd0059c914 (patch)
tree314926472c6aa3793365817ec3d7fb13b8ff4a81
parentdfd595ae559bc576dab7c70a39d1c43e0854f344 (diff)
downloadgvfs-79dc70d75797a96b98cf75d2e4b694bd0059c914.tar.gz
build: Fix wrong grammar and spelling
https://bugzilla.gnome.org/show_bug.cgi?id=753838
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ede7820..81de29ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ if test "x$enable_udev" != "xno"; then
if test "x$msg_udev" = "xyes"; then
PKG_CHECK_MODULES([UDEV], [libudev])
- AC_DEFINE([HAVE_LIBUDEV], 1, [Define to 1 if libudev availible])
+ AC_DEFINE([HAVE_LIBUDEV], 1, [Define to 1 if libudev is available])
fi
fi