From 09b40be3e9ef3d34cf0618332a027235cfa4fece Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 25 Jul 2016 15:16:18 -0400 Subject: [PATCH] Typo: configure.ac implemenation -> implementation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1