[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Another doc fixes

From: Yoshiki Hayashi <yoshiki_at_xemacs.org>
Date: 2001-02-22 03:50:14 CET

You can see how many times I've read this file. :-)

Index: structure
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_fs/structure,v
retrieving revision 1.32
diff -u -r1.32 structure
--- structure 2001/02/19 20:28:50 1.32
+++ structure 2001/02/22 02:49:06
@@ -132,7 +132,7 @@
 KIND must be one of the following:
 - "file", indicating that the node is a file (see FILE below).
 - "dir", indicating that the node is a directory (see DIR below).
-- "copy", indeicating that the node is a copy of anoter node (see COPY
+- "copy", indeicating that the node is a copy of another node (see COPY
   below).
 
 A FLAG has one of the following forms:
@@ -666,6 +666,6 @@
 
 Character classes:
 
- ws.cpass ::= [\t\n\f\r\ ] ;
+ ws.class ::= [\t\n\f\r\ ] ;
             digit.class ::= [0-9] ;
             name.class ::= [A-Za-z] ;

-- 
Yoshiki Hayashi
Received on Sat Oct 21 14:36:23 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.