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

[PATCH]typo fix to subversion/libsvn_ra_svn/protocol

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-11-30 13:01:36 CET

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

[[[

'optional value' -> 'optional tuple'

* subversion/libsvn_ra_svn/protocol
  (Syntactic structure):
   As mentioned above.

Patch by: Kamesh Jayachandran <kamesh@collab.net>
]]]

Index: subversion/libsvn_ra_svn/protocol
===================================================================
--- subversion/libsvn_ra_svn/protocol (revision 22515)
+++ subversion/libsvn_ra_svn/protocol (working copy)
@@ -25,7 +25,7 @@
 Lists are not constrained to contain items of the same type. Lists
 can be used for tuples, optional tuples, or arrays. A tuple is a list
 expected to contain a fixed number of items, generally of differing
-types. An optional value is a list containing either zero or a fixed
+types. An optional tuple is a list containing either zero or a fixed
 number of items (thus "optional" here does not refer to the list's
 presence or absence, but to the presence or absence of its contents).
 An array is a list containing zero or more items of the same type.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 30 13:01:51 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.