Mercurial > hg > octave-lyh
diff scripts/plot/pie.m @ 8325:b93ac0586e4b
spelling corrections
Here is a patch with some spelling corrections to the manual.
changeset: 8308:aeaf884ea9af
user: Brian Gough <bjg@gnu.org>
date: Fri Nov 07 09:26:17 2008 -0500
summary: [docs] assoicated => associated
author | Brian Gough<bjg@network-theory.co.uk> |
---|---|
date | Mon, 17 Nov 2008 11:38:39 +0100 |
parents | 7fd7abd37113 |
children | ff89a265592b |
line wrap: on
line diff
--- a/scripts/plot/pie.m +++ b/scripts/plot/pie.m @@ -24,7 +24,7 @@ ## @deftypefnx {Function File} {@var{h} =} pie (@dots{}); ## Produce a pie chart. ## -## Called with a single vector arrgument, produces a pie chart of the +## Called with a single vector argument, produces a pie chart of the ## elements in @var{x}, with the size of the slice determined by percentage ## size of the values of @var{x}. ##