changeset 21393:2e21387ce06b stable

patch.m: Fix typo in docstring. patch.m: Replace "path" with "patch".
author Rik <rik@octave.org>
date Thu, 03 Mar 2016 09:27:04 -0800
parents 7a91166b1d09
children bd90d52074fe e169fe73b57e
files scripts/plot/draw/patch.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/patch.m	Tue Feb 16 23:02:31 2016 +1100
+++ b/scripts/plot/draw/patch.m	Thu Mar 03 09:27:04 2016 -0800
@@ -47,7 +47,7 @@
 ## possible to present a unique list of vertices and then a list of polygon
 ## faces created from those vertices.  In this case the
 ## @qcode{"Vertices"} matrix will be an @nospell{Nx2} (2-D patch) or
-## @nospell{Nx3} (3-D path).  The @nospell{MxN} @qcode{"Faces"} matrix
+## @nospell{Nx3} (3-D patch).  The @nospell{MxN} @qcode{"Faces"} matrix
 ## describes M polygons having N vertices---each row describes a
 ## single polygon and each column entry is an index into the
 ## @qcode{"Vertices"} matrix to identify a vertex.  The patch object