[PATCH] (ch05) Fix typos, grammar, consistency

Erik van der Kolk kolktemp at gmail.com
Fri Mar 24 07:03:28 CST 2006


This patch fixes some things in chapter 5.
-------------- next part --------------
Index: ch05.xml
===================================================================
--- ch05.xml	(revision 2098)
+++ ch05.xml	(working copy)
@@ -464,7 +464,7 @@
       property, <literal>svn:date</literal>, set to the time at which
       the repository was created.</para>
 
-    <para>In Subversion 1.2, a repository is created with a FSFS
+    <para>In Subversion 1.2, a repository is created with an FSFS
       back-end by default (see <xref
       linkend="svn.reposadmin.basics.backends"/>). The back-end can be
       explicitly chosen with the <option>--fs-type</option>
@@ -1718,7 +1718,7 @@
           regular Berkeley DB environment directory, and can therefore
           be used in conjunction with any of the Berkeley database
           tools (you can see the documentation for these tools at
-          SleepyCat's website,
+          Sleepycat's website,
           <ulink url="http://www.sleepycat.com/"/>).</para>
 
         <para>For day-to-day Subversion use, these tools are
@@ -1757,7 +1757,7 @@
         However, there are times when some manual assistance from an
         administrator might be in order.  The
         <command>svnadmin</command> utility provides some helpful
-        functionality to assist you in performing such tasks as</para>
+        functionality to assist you in performing such tasks as:</para>
 
       <itemizedlist>
         <listitem>
@@ -1929,7 +1929,7 @@
 $
 </screen>
 
-      <para>An long-abandoned transaction usually represents some sort
+      <para>A long-abandoned transaction usually represents some sort
         of failed or interrupted commit.  A transaction's datestamp
         can provide interesting information—for example, how
         likely is it that an operation begun nine months ago is still


More information about the svnbook-dev mailing list