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

Re: Another doc fixes

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2001-02-22 15:11:20 CET

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 <yoshiki@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
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.