From: <tho...@us...> - 2012-03-25 22:35:25
|
Revision: 10057 http://octave.svn.sourceforge.net/octave/?rev=10057&view=rev Author: thomas-weber Date: 2012-03-25 22:35:18 +0000 (Sun, 25 Mar 2012) Log Message: ----------- Fix typo: ommitted => omitted Modified Paths: -------------- trunk/octave-forge/main/geometry/inst/octclip/oc_polybool.m trunk/octave-forge/main/geometry/inst/octclip/src/_oc_polybool.cc Modified: trunk/octave-forge/main/geometry/inst/octclip/oc_polybool.m =================================================================== --- trunk/octave-forge/main/geometry/inst/octclip/oc_polybool.m 2012-03-25 20:54:50 UTC (rev 10056) +++ trunk/octave-forge/main/geometry/inst/octclip/oc_polybool.m 2012-03-25 22:35:18 UTC (rev 10057) @@ -45,7 +45,7 @@ ## ## For the matrices @var{sub} and @var{clip}, the first point is not needed to ## be repeated at the end (but is permitted). Pairs of (NaN,NaN) coordinates in -## @var{sub} and/or @var{clip} are ommitted. +## @var{sub} and/or @var{clip} are omitted. ## ## @var{X} is a column vector containing the X coordinates of the vertices for. ## resultant polygon(s). Modified: trunk/octave-forge/main/geometry/inst/octclip/src/_oc_polybool.cc =================================================================== --- trunk/octave-forge/main/geometry/inst/octclip/src/_oc_polybool.cc 2012-03-25 20:54:50 UTC (rev 10056) +++ trunk/octave-forge/main/geometry/inst/octclip/src/_oc_polybool.cc 2012-03-25 22:35:18 UTC (rev 10057) @@ -49,7 +49,7 @@ \n\ For the matrices @var{sub} and @var{clip}, the first point is not needed to\n\ be repeated at the end (but is permitted). Pairs of (NaN,NaN) coordinates in\n\ -@var{sub} and/or @var{clip} are ommitted.\n\ +@var{sub} and/or @var{clip} are omitted.\n\ \n\ @var{X} is a column vector containing the X coordinates of the vertices for.\n\ resultant polygon(s).\n\n\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |