You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2022/01/02 03:20:28 UTC

svn commit: r1896613 - /subversion/trunk/subversion/libsvn_subr/version.c

Author: hartmannathan
Date: Sun Jan  2 03:20:27 2022
New Revision: 1896613

URL: http://svn.apache.org/viewvc?rev=1896613&view=rev
Log:
* subversion/libsvn_subr/version.c
  (svn_ver_compatible): Fix typo in comment: s/that/than/

Modified:
    subversion/trunk/subversion/libsvn_subr/version.c

Modified: subversion/trunk/subversion/libsvn_subr/version.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/version.c?rev=1896613&r1=1896612&r2=1896613&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/version.c (original)
+++ subversion/trunk/subversion/libsvn_subr/version.c Sun Jan  2 03:20:27 2022
@@ -41,7 +41,7 @@ svn_boolean_t svn_ver_compatible(const s
                                  const svn_version_t *lib_version)
 {
   /* With normal development builds the matching rules are stricter
-     that for release builds, to avoid inadvertently using the wrong
+     than for release builds, to avoid inadvertently using the wrong
      libraries.  For backward compatibility testing of development
      builds one can use --disable-full-version-match to cause a
      development build to use the release build rules.  This allows