From: <tho...@us...> - 2012-03-14 06:59:42
|
Revision: 9877 http://octave.svn.sourceforge.net/octave/?rev=9877&view=rev Author: thomas-weber Date: 2012-03-14 06:59:32 +0000 (Wed, 14 Mar 2012) Log Message: ----------- Fix typo in doc string. Modified Paths: -------------- trunk/octave-forge/main/image/src/__spatial_filtering__.cc Modified: trunk/octave-forge/main/image/src/__spatial_filtering__.cc =================================================================== --- trunk/octave-forge/main/image/src/__spatial_filtering__.cc 2012-03-13 23:19:45 UTC (rev 9876) +++ trunk/octave-forge/main/image/src/__spatial_filtering__.cc 2012-03-14 06:59:32 UTC (rev 9877) @@ -303,10 +303,10 @@ is given in the @var{arg} argument. The corresponding user interface is available\n\ in @code{ordfilt2} and @code{ordfiltn}.\n\ @item \"std\"\n\ -Compute the local standard deviation. The correponding user interface is available\n\ +Compute the local standard deviation. The corresponding user interface is available\n\ in @code{stdfilt}.\n\ @item \"entropy\"\n\ -Compute the local entropy. The correponding user interface is available\n\ +Compute the local entropy. The corresponding user interface is available\n\ in @code{entropyfilt}.\n\ @item \"range\"\n\ Compute the local range of the data. The corresponding user interface is\n\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |