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

cmpilato noreply at red-bean.com
Mon Apr 21 09:14:09 CDT 2008


Author: cmpilato
Date: Mon Apr 21 09:14:08 2008
New Revision: 3037

Log:
* src/en/book/ch03-advanced-topics.xml,
* src/en/book/ch04-branching-and-merging.xml
  Typo fixes, submitted by Bang Jun-young <junyoung {at} mogua.com>.

Modified:
   trunk/src/en/book/ch03-advanced-topics.xml
   trunk/src/en/book/ch04-branching-and-merging.xml

Modified: trunk/src/en/book/ch03-advanced-topics.xml
==============================================================================
--- trunk/src/en/book/ch03-advanced-topics.xml	(original)
+++ trunk/src/en/book/ch03-advanced-topics.xml	Mon Apr 21 09:14:08 2008
@@ -1839,7 +1839,7 @@
 </screen>
 
     <para>Now, let's check out the same tree again, but this time,
-      we'll ask Subversion to give us only the top-most direcectory
+      we'll ask Subversion to give us only the top-most directory
       with none of its children at all:</para>
 
     <screen>
@@ -3634,7 +3634,7 @@
       <para>Subversion's changelist feature is a handy tool for
         grouping working copy files, but it does have a few limitations.
         Changelists are artifacts of a particular working copy, which
-        means that changelist assignments cannot be propogated to the
+        means that changelist assignments cannot be propagated to the
         repository or otherwise shared with other users.  Changelists
         can only be assigned to files&mdash;Subversion doesn't
         currently support the use of changelists with directories.

Modified: trunk/src/en/book/ch04-branching-and-merging.xml
==============================================================================
--- trunk/src/en/book/ch04-branching-and-merging.xml	(original)
+++ trunk/src/en/book/ch04-branching-and-merging.xml	Mon Apr 21 09:14:08 2008
@@ -1950,7 +1950,7 @@
         and then sends a description of the differences back to the
         client.  The only difference between <command>svn
         switch</command> and <command>svn update</command> is that the
-        latter command always compares two identical repositoryx
+        latter command always compares two identical repository
         paths.</para>
 
       <para>That is, if your working copy is a mirror of



More information about the svnbook-dev mailing list