diff scripts/signal/autocor.m @ 3499:3e3e14ad5149

[project @ 2000-01-31 05:18:07 by jwe]
author jwe
date Mon, 31 Jan 2000 05:18:13 +0000
parents e031284eea27
children 38c61cbf086c
line wrap: on
line diff
--- a/scripts/signal/autocor.m
+++ b/scripts/signal/autocor.m
@@ -18,7 +18,7 @@
 ## @deftypefn {Function File} {} autocor (@var{x}, @var{h})
 ## Return the autocorrelations from lag 0 to @var{h} of vector @var{x}.
 ## If @var{h} is omitted, all autocorrelations are computed.
-## If @var{X} is a matrix, the autocorrelations of each column are
+## If @var{x} is a matrix, the autocorrelations of each column are
 ## computed.
 ## @end deftypefn