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 2017/06/07 13:53:03 UTC

svn commit: r1797927 - /subversion/trunk/build/ac-macros/serf.m4

Author: danielsh
Date: Wed Jun  7 13:53:03 2017
New Revision: 1797927

URL: http://svn.apache.org/viewvc?rev=1797927&view=rev
Log:
* build/ac-macros/serf.m4: Typo fix in comment.  No functional change.

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

Modified: subversion/trunk/build/ac-macros/serf.m4
URL: http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/serf.m4?rev=1797927&r1=1797926&r2=1797927&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/serf.m4 (original)
+++ subversion/trunk/build/ac-macros/serf.m4 Wed Jun  7 13:53:03 2017
@@ -147,7 +147,7 @@ AC_DEFUN(SVN_SERF_PKG_CONFIG,
         dnl we want to make sure that we get the library in the prefix
         dnl the user specifies and we want to allow the prefix path to
         dnl point at the path for the pc file is in (if it's in some
-        dnl other path than $serf_prefx/lib/pkgconfig).
+        dnl other path than $serf_prefix/lib/pkgconfig).
         if test -e "$serf_prefix/$serf_major.pc" ; then
           serf_pc_arg="$serf_prefix/$serf_major.pc"
         elif test -e "$serf_prefix/lib/pkgconfig/$serf_major.pc" ; then