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

[PATCH] doc typo corrections in swigutil_py.h

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2002-07-26 12:14:54 CEST

* svn_swig_py_c_strings_to_list: C data type correction in header doc.

* svn_swig_py_array_to_list: Header doc spelling correction.

Index: subversion/bindings/swig/swigutil_py.h
===================================================================
--- subversion/bindings/swig/swigutil_py.h
+++ subversion/bindings/swig/swigutil_py.h Fri Jul 26 03:10:57 2002
@@ -63,11 +63,11 @@
 /* convert a hash of 'const char *' -> TYPE into a Python dict */
 PyObject *svn_swig_py_convert_hash(apr_hash_t *hash, swig_type_info *type);
 
-/* helper function to convert a 'char ***' into a Python list of string
+/* helper function to convert a 'char **' into a Python list of string
    objects */
 PyObject *svn_swig_py_c_strings_to_list(char **strings);
 
-/* helper function to convert an array of 'const char *' to a Python lis
+/* helper function to convert an array of 'const char *' to a Python list
    of string objects */
 PyObject *svn_swig_py_array_to_list(const apr_array_header_t *strings);
 

-- 
Daniel Rall <dlr@finemaltcoding.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 12:15:28 2002

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.