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

Re: [PATCH] doc typo corrections in swigutil_py.h

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2002-07-26 16:26:12 CEST

Applied (rev 2732). Thanks.

-Fitz

Daniel Rall <dlr@finemaltcoding.com> writes:
> * 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

- Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 16:26:55 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.