You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by bl...@apache.org on 2013/11/02 00:20:32 UTC

svn propchange: r1538083 - svn:log

Author: blair
Revision: 1538083
Modified property: svn:log

Modified: svn:log at Fri Nov  1 23:20:32 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Nov  1 23:20:32 2013
@@ -1,5 +1,5 @@
 Our svn_config_t struct contains tempoary string buffers that will be
-modified even in r/o access mode.  Thus, it is inherently no thead-safe.
+modified even in r/o access mode.  Thus, it is inherently not thead-safe.
 
 Introduce a private API function that will create shallow copies,
 i.e. share the expensive config tree but use separate temp buffers.