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 2012/09/18 15:09:53 UTC

svn commit: r1387134 - /subversion/site/publish/docs/release-notes/1.8.html

Author: stsp
Date: Tue Sep 18 13:09:53 2012
New Revision: 1387134

URL: http://svn.apache.org/viewvc?rev=1387134&view=rev
Log:
* publish/docs/release-notes/1.8.html: Typo.

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1387134&r1=1387133&r2=1387134&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Tue Sep 18 13:09:53 2012
@@ -398,7 +398,7 @@ could take several hours, preventing an 
 copied from the source to the destination repository will not be
 copied again. <tt>svnadmin hotcopy --incremental</tt> will only copy
 new revisions, and revisions which have changed in size or had their
-modification timestamp changed since the previous hotcopy operation.</p>
+modification time stamp changed since the previous hotcopy operation.</p>
 
 <p>Up to now, <tt>svnsync</tt> or <tt>svnadmin dump --incremental</tt>
 were the only alternatives for incremental repository backup. However,