You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/12/22 10:53:26 UTC

svn propchange: r1051804 - svn:log

Author: rhuijben
Revision: 1051804
Modified property: svn:log

Modified: svn:log at Wed Dec 22 09:53:26 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Dec 22 09:53:26 2010
@@ -1,5 +1,5 @@
 * subversion/libsvn_ra/util.c
   (is_atomicity_error): Following up on r1051702, check pointer against NULL
     instead of just using it as a svn_boolean_t to fix compilation error on
-    Windows (and a possible invalid cast if svn_boolean_t is smaller then a
+    Windows (and a possible invalid cast if svn_boolean_t is smaller than a
     pointer).