From: Jérémie Galarneau Date: Mon, 25 Jul 2016 19:16:18 +0000 (-0400) Subject: Typo: configure.ac implemenation -> implementation X-Git-Tag: v2.0.0-pre1~919 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=5fc11b53c3765393027f449fec0d0d6ef19ec624;p=babeltrace.git Typo: configure.ac implemenation -> implementation Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index 2f5e3f89..39973296 100644 --- a/configure.ac +++ b/configure.ac @@ -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