From: Jérémie Galarneau Date: Mon, 25 Jul 2016 19:16:18 +0000 (-0400) Subject: Typo: configure.ac implemenation -> implementation X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5fc11b53c3765393027f449fec0d0d6ef19ec624;p=deliverable%2Fbabeltrace.git Typo: configure.ac implemenation -> implementation Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index 2f5e3f894..39973296b 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