Author: julianfoad
Date: Thu Nov 27 09:31:17 2014
New Revision: 1642053
URL: http://svn.apache.org/r1642053
Log:
* notes/dump-load-format.txt: Fix typos.
Modified:
subversion/trunk/notes/dump-load-format.txt
Modified: subversion/trunk/notes/dump-load-format.txt
URL:
http://svn.apache.org/viewvc/subversion/trunk/notes/dump-load-format.txt?rev=1642053&r1=1642052&r2=1642053&view=diff
==============================================================================
--- subversion/trunk/notes/dump-load-format.txt (original)
+++ subversion/trunk/notes/dump-load-format.txt Thu Nov 27 09:31:17 2014
@@ -55,7 +55,7 @@ SVN-fs-dump-format-version: <N>\n
-------------------------------------------------------------------
where <N> is replaced by the dump format version. Except where
-specified, the descriptions in this document aapply to all
+specified, the descriptions in this document apply to all
versions of the format.
Versions 2 and later may have a UUID record following the version
@@ -168,7 +168,7 @@ this document.
The Text-content-{md5,sha1} and Text-copy-source-{md5,sha1} lines are
hash integrity checks and will be present only if Text-content-length
-and the copfyrom pair (respectively) are also present. A decoder may
+and the copyfrom pair (respectively) are also present. A decoder may
use them to verify that the source content they refer to has not been
corrupted.
@@ -449,7 +449,7 @@ Notice that this file has no properties.
Version 3 format is a delta dump; text changes are represented
as diffs against the original file, and properties as incremental
changes to a persistent set (that is, a property section does not
-necessarily implcitly clear the property set on a path before the
+necessarily implicitly clear the property set on a path before the
new property settings are evaluated).
This change is a space optimization. It requires additional