From: <and...@us...> - 2009-05-05 08:47:41
|
Revision: 9915 http://plplot.svn.sourceforge.net/plplot/?rev=9915&view=rev Author: andrewross Date: 2009-05-05 08:47:27 +0000 (Tue, 05 May 2009) Log Message: ----------- Fix spelling mistake. (Picked up by debian lintian). Modified Paths: -------------- trunk/bindings/swig-support/plplotcapi.i Modified: trunk/bindings/swig-support/plplotcapi.i =================================================================== --- trunk/bindings/swig-support/plplotcapi.i 2009-05-05 06:33:40 UTC (rev 9914) +++ trunk/bindings/swig-support/plplotcapi.i 2009-05-05 08:47:27 UTC (rev 9915) @@ -710,7 +710,7 @@ void plsesc(char esc); -%feature("autodoc", "Process input strings, treating them as an option and argument pair. The first is for the external API, the second the work routine declared here for backward compatibilty.") plsetopt; +%feature("autodoc", "Process input strings, treating them as an option and argument pair. The first is for the external API, the second the work routine declared here for backward compatibility.") plsetopt; PLINT plsetopt(const char *opt, const char *optarg); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |