From 2883586dd2c6852ce817dcf117d263283e14c9e1 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 19 Nov 2012 10:51:26 -0500 Subject: [PATCH] Typo in configure.ac: 'framweork' Reported by David Busby of edoceo in https://bugs.launchpad.net/opensrf/+bug/1080458 - thanks David! Signed-off-by: Dan Scott --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b40d4dd..e6f5c74 100644 --- a/configure.ac +++ b/configure.ac @@ -264,7 +264,7 @@ PKG_CHECK_MODULES([CHECK], [check >= 0.9.0], [enable_tests=yes], AM_CONDITIONAL(CHECK_TESTS, test x$enable_tests = xyes) if test "x$enable_tests" = "xno"; then - AC_MSG_WARN(Check unit testing framweork not found.) + AC_MSG_WARN(Check unit testing framework not found.) fi if test "x$OSRF_INSTALL_CORE" = "xtrue"; then -- 2.11.0