You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/05/13 15:43:56 UTC

svn commit: r1481847 - /subversion/trunk/configure.ac

Author: danielsh
Date: Mon May 13 13:43:55 2013
New Revision: 1481847

URL: http://svn.apache.org/r1481847
Log:
Followup to r1481772:

* configure.ac: Typo fix in output string.

Modified:
    subversion/trunk/configure.ac

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1481847&r1=1481846&r2=1481847&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Mon May 13 13:43:55 2013
@@ -1120,10 +1120,10 @@ fi
 dnl Dump the current compiler options
 AC_MSG_NOTICE([C compiler flags: $CFLAGS])
 AC_MSG_NOTICE([    user-defined: $CUSERFLAGS])
-AC_MSG_NOTICE([  maintaner-mode: $CMAINTAINERFLAGS])
+AC_MSG_NOTICE([ maintainer-mode: $CMAINTAINERFLAGS])
 AC_MSG_NOTICE([C++ compiler flags: $CXXFLAGS])
 AC_MSG_NOTICE([      user-defined: $CXXUSERFLAGS])
-AC_MSG_NOTICE([    maintaner-mode: $CXXMAINTAINERFLAGS])
+AC_MSG_NOTICE([   maintanier-mode: $CXXMAINTAINERFLAGS])
 
 AC_ARG_ENABLE(full-version-match,
 AS_HELP_STRING([--disable-full-version-match],