Author: stsp
Date: Mon Aug 15 17:05:50 2011
New Revision: 1157912

URL: http://svn.apache.org/viewvc?rev=1157912&view=rev
Log:
Follow-up to r1157911:
* subversion/libsvn_wc/wc-metadata.sql: Fix typo in comment.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=1157912&r1=1157911&r2=1157912&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Mon Aug 15 17:05:50 
2011
@@ -316,7 +316,7 @@ CREATE TABLE NODES (
      BASE node, the location of the initial checkout.
 
      When op_depth != 0, they indicate where this node was copied/moved from.
-     In this case, the fields set the root of the operation and for all
+     In this case, the fields are set for the root of the operation and for all
      children. */
   repos_id  INTEGER REFERENCES REPOSITORY (id),
   repos_path  TEXT,


Reply via email to