You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2023/05/29 16:35:04 UTC

svn commit: r1910117 - /subversion/trunk/build/ac-macros/swig.m4

Author: stsp
Date: Mon May 29 16:35:04 2023
New Revision: 1910117

URL: http://svn.apache.org/viewvc?rev=1910117&view=rev
Log:
Fix a typo in swig-bindings related build-time error messages.

* build/ac-macros/swig.m4:
  (SWIG_PY_ERRMSG, SWIG_PL_ERRMSG, SWIG_RB_ERRMSG): specfied -> specified

Modified:
    subversion/trunk/build/ac-macros/swig.m4

Modified: subversion/trunk/build/ac-macros/swig.m4
URL: http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/swig.m4?rev=1910117&r1=1910116&r2=1910117&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/swig.m4 (original)
+++ subversion/trunk/build/ac-macros/swig.m4 Mon May 29 16:35:04 2023
@@ -116,7 +116,7 @@ AC_DEFUN(SVN_DETERMINE_SWIG_OPTS,
     SWIG_PY_OPTS="none"
     SWIG_PY_ERRMSG="check config.log for details"
     if test "$SWIG_PY_PYTHON" = "none"; then
-      SWIG_PY_ERRMSG="You specfied not to build Python bindings or \
+      SWIG_PY_ERRMSG="You specified not to build Python bindings or \
 suitable Python interpreter is not found."
     else
       if test "$SWIG" = "none"; then
@@ -217,7 +217,7 @@ suitable Python interpreter is not found
 
     SWIG_PL_ERRMSG="check config.log for details"
     if test "$SWIG_PL_PERL" = "none"; then
-      SWIG_PL_ERRMSG="You specfied not to build Perl bindings or \
+      SWIG_PL_ERRMSG="You specified not to build Perl bindings or \
 suitable Perl interpreter is not found."
     else
       if test "$SWIG" = "none"; then
@@ -246,7 +246,7 @@ suitable Perl interpreter is not found."
     SWIG_RB_LINK="none"
     SWIG_RB_ERRMSG="check config.log for details"
     if test "$SWIG_RB_RUBY" = "none"; then
-      SWIG_RB_ERRMSG="You specfied not to build Ruby bindings or \
+      SWIG_RB_ERRMSG="You specified not to build Ruby bindings or \
 suitable Ruby interpreter is not found."
     else
       if test "$SWIG" = "none"; then
@@ -382,7 +382,7 @@ int main()
     SWIG_PY_OPTS="none"
     SWIG_PY_ERRMSG="check config.log for details"
     if test "$SWIG_PY_PYTHON" = "none"; then
-      SWIG_PY_ERRMSG="You specfied not to build Python bindings or \
+      SWIG_PY_ERRMSG="You specified not to build Python bindings or \
 suitable Python interpreter is not found."
     else
       AC_MSG_NOTICE([Configuring python swig binding])
@@ -439,7 +439,7 @@ suitable Python interpreter is not found
 
     SWIG_PL_ERRMSG="check config.log for details"
     if test "$SWIG_PL_PERL" = "none"; then
-      SWIG_PL_ERRMSG="You specfied not to build Perl bindings or \
+      SWIG_PL_ERRMSG="You specified not to build Perl bindings or \
 suitable Perl interpreter is not found."
     else
       AC_MSG_CHECKING([perl version])
@@ -463,7 +463,7 @@ suitable Perl interpreter is not found."
     SWIG_RB_LINK="none"
     SWIG_RB_ERRMSG="check config.log for details"
     if test "$SWIG_RB_RUBY" = "none"; then
-      SWIG_RB_ERRMSG="You specfied not to build Ruby bindings or \
+      SWIG_RB_ERRMSG="You specified not to build Ruby bindings or \
 suitable Ruby interpreter is not found."
     else
       rbconfig="$SWIG_RB_RUBY -rrbconfig -e "