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

cmpilato noreply at red-bean.com
Wed Jun 11 20:55:08 CDT 2008


Author: cmpilato
Date: Wed Jun 11 20:55:08 2008
New Revision: 3120

Log:
* src/en/book/ch08-embedding-svn.xml
  s/plugin/plug-in/, per the O'Reilly Style Guide and Word List.


Modified:
   trunk/src/en/book/ch08-embedding-svn.xml

Modified: trunk/src/en/book/ch08-embedding-svn.xml
==============================================================================
--- trunk/src/en/book/ch08-embedding-svn.xml	(original)
+++ trunk/src/en/book/ch08-embedding-svn.xml	Wed Jun 11 20:55:08 2008
@@ -139,14 +139,14 @@
       <filename>libsvn_ra_local</filename>,
       <filename>libsvn_ra_serf</filename>, and
       <filename>libsvn_ra_svn</filename> libraries each implement the
-      same interface, all working as plugins to
+      same interface, all working as plug-ins to
       <filename>libsvn_ra</filename>.  And all four communicate with
       the Repository Layer—libsvn_ra_local connects to the
       repository directly; the other three do so over a network.  The
       <filename>libsvn_fs_base</filename> and
       <filename>libsvn_fs_fs</filename> libraries are another pair of
       libraries that implement the same functionality in different
-      ways—both are plugins to the common
+      ways—both are plug-ins to the common
       <filename>libsvn_fs</filename> library.</para>
 
     <para>The client itself also highlights the benefits of modularity
@@ -173,7 +173,7 @@
         filesystem implementation (accessed via
         <filename>libsvn_fs</filename>, and supported by its
         <filename>libsvn_fs_base</filename> and
-        <filename>libsvn_fs_fs</filename> plugins), and the repository
+        <filename>libsvn_fs_fs</filename> plug-ins), and the repository
         logic that wraps it (as implemented in
         <filename>libsvn_repos</filename>).  These libraries provide
         the storage and reporting mechanisms for the various revisions
@@ -200,7 +200,7 @@
         something similar to this before launching the Google Code
         Project Hosting service:  they announced in mid-2006 that
         members of its open source team had written a new proprietary
-        Subversion filesystem plugin that used their ultra-scalable
+        Subversion filesystem plug-in that used their ultra-scalable
         Bigtable database for its storage.</para>
 
       <para>The filesystem API exported by
@@ -460,7 +460,7 @@
       <para>The public API exported by the RA Layer contains
         functionality necessary for sending and receiving versioned
         data to and from the repository.  And each of the available RA
-        plugins is able to perform that task using a specific
+        plug-ins is able to perform that task using a specific
         protocol—<filename>libsvn_ra_dav</filename> speaks
         HTTP/WebDAV (optionally using SSL encryption) with an Apache
         HTTP Server that is running the




More information about the svnbook-dev mailing list