changeset 8479:79191b31a872

[docs] Matrix => matrix
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:25:32 -0500
parents 5aafd61e4c3c
children 8ae26422a6ce
files scripts/general/interp2.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/interp2.m	Tue Jan 13 00:25:20 2009 -0500
+++ b/scripts/general/interp2.m	Tue Jan 13 00:25:32 2009 -0500
@@ -43,7 +43,7 @@
 ## 1:columns (@var{z})}
 ## 
 ## @item interp2 (@var{z}, @var{n}) 
-## Interleaves the Matrix @var{z} n-times. If @var{n} is omitted a value
+## Interleaves the matrix @var{z} n-times. If @var{n} is omitted a value
 ## of @code{@var{n} = 1} is assumed.
 ## @end table
 ##