You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2011/05/12 21:52:59 UTC

svn commit: r1102444 - /subversion/trunk/subversion/libsvn_wc/wc-queries.sql

Author: pburba
Date: Thu May 12 19:52:59 2011
New Revision: 1102444

URL: http://svn.apache.org/viewvc?rev=1102444&view=rev
Log:
* subversion/libsvn_wc/wc-queries.sql: Fix typo.


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

Modified: subversion/trunk/subversion/libsvn_wc/wc-queries.sql
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-queries.sql?rev=1102444&r1=1102443&r2=1102444&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-queries.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-queries.sql Thu May 12 19:52:59 2011
@@ -1129,7 +1129,7 @@ LIMIT 1
       * Check on a node that is neither wcroot nor repos root
       * Check on a node that is repos_root, but not wcroot.
       * Check on a node that is wcroot, but not repos root.
-      * Check on a node that is both wcroot and repo sroot.
+      * Check on a node that is both wcroot and repos root.
 
    To make things easier, our testsuite is usually in that last category,
    while normal working copies are almost always in one of the others.