You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Yoshiki Hayashi <yo...@xemacs.org> on 2001/02/22 02:50:14 UTC

Another doc fixes

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

Re: Another doc fixes

Posted by Karl Fogel <kf...@galois.collab.net>.
Thanks, will apply.  Note that the first patched line with a typo
actually has *two* typos :-).  Will fix the other one too.

-K

Yoshiki Hayashi <yo...@xemacs.org> writes:
> 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