changeset 21394:bd90d52074fe

maint: Merge stable to default.
author Rik <rik@octave.org>
date Thu, 03 Mar 2016 09:28:55 -0800
parents bd0fcc69e48a (current diff) 2e21387ce06b (diff)
children 0196666bf900
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	Wed Mar 02 14:59:46 2016 -0500
+++ b/scripts/plot/draw/patch.m	Thu Mar 03 09:28:55 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