From d1c109f59e28f203db20fc3c9f6b14d147f946b5 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 10 Jan 2014 21:54:17 +0900 Subject: [PATCH] Fix typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f8486439..4e5e7453 100644 --- a/configure.ac +++ b/configure.ac @@ -220,7 +220,7 @@ if test "x${have_spdylay}" = "xyes"; then AC_DEFINE([HAVE_SPDYLAY], [1], [Define to 1 if you have `spdylay` library.]) else AC_MSG_NOTICE($LIBSPDYLAY_PKG_ERRORS) - AC_MSG_NOTICE([The SPDY support in nghttpd will be disabled.]) + AC_MSG_NOTICE([The SPDY support in nghttpx will be disabled.]) fi AM_CONDITIONAL([HAVE_SPDYLAY], [ test "x${have_spdylay}" = "xyes" ])