Typo: configure.ac implemenation -> implementation
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 25 Jul 2016 19:16:18 +0000 (15:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 25 Jul 2016 19:17:13 +0000 (15:17 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac

index 2f5e3f8944453ececcaeaf0401cfaa24c3a3b680..39973296ba1da18d5cc605a8c792dfe8b5562a27 100644 (file)
@@ -187,7 +187,7 @@ AC_CHECK_FUNCS([uuid_generate],
         link_with_libc_uuid=yes
       ],
       [
-        # for MinGW32 we have our own internal implemenation of uuid using Windows functions.
+        # for MinGW32 we have our own internal implementation of uuid using Windows functions.
         if test "x$MINGW32" = xno; then
           AC_MSG_ERROR([Cannot find libuuid uuid_generate nor libc uuid_create. Use [LDFLAGS]=-Ldir to specify their location.])
         fi
This page took 0.024188 seconds and 4 git commands to generate.