[svnbook commit] r2952 - trunk/src/en/book

fitz noreply at red-bean.com
Wed Dec 26 22:49:33 CST 2007


Author: fitz
Date: Wed Dec 26 22:49:33 2007
New Revision: 2952

Log:
Fix a few typos.

Patches by Arfrever Frehtes Taifersar Arahesis <arfrever.fta at gmail.com>.

* src/en/book/ch09-reference.xml,
  src/en/book/ch06-server-configuration.xml: Fix typppos.



Modified:
   trunk/src/en/book/ch06-server-configuration.xml
   trunk/src/en/book/ch09-reference.xml

Modified: trunk/src/en/book/ch06-server-configuration.xml
==============================================================================
--- trunk/src/en/book/ch06-server-configuration.xml	(original)
+++ trunk/src/en/book/ch06-server-configuration.xml	Wed Dec 26 22:49:33 2007
@@ -2745,7 +2745,7 @@
 </programlisting>
 
           <para>The only thing we've left out here is what to do about
-            locks.  Because locks are strictly enforced my the master
+            locks.  Because locks are strictly enforced by the master
             server (the only place where commits happen), we don't
             technically need to do anything.  Many teams don't use
             Subversion's locking features at all, so it may be a

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Wed Dec 26 22:49:33 2007
@@ -7707,7 +7707,7 @@
             <listitem>
 
               <para>Specifies the location in the filesystem where the
-                activies database should be stored.</para>
+                activities database should be stored.</para>
 
             </listitem>
           </varlistentry>
@@ -8077,7 +8077,7 @@
           </listitem>
           <listitem>
             <para>(new in Subversion 1.5) colon separated list of
-              capabilities that a client psses to the server,
+              capabilities that a client passes to the server,
               including <literal>depth</literal>,
               <literal>mergeinfo</literal>, and
               <literal>log-revprops</literal>.</para>




More information about the svnbook-dev mailing list