From: Jérémie Galarneau Date: Mon, 25 Jul 2016 19:16:18 +0000 (-0400) Subject: Typo: configure.ac implemenation -> implementation X-Git-Tag: v1.5.0-rc1~21 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=09b40be3e9ef3d34cf0618332a027235cfa4fece Typo: configure.ac implemenation -> implementation Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index 189387db..9bdc879a 100644 --- a/configure.ac +++ b/configure.ac @@ -176,7 +176,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