diff scripts/statistics/base/var.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 451b346d8c2f
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/statistics/base/var.m	Wed Oct 10 17:51:00 2007 +0000
+++ b/scripts/statistics/base/var.m	Wed Oct 10 18:03:02 2007 +0000
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} var (@var{x})
 ## For vector arguments, return the (real) variance of the values.
-## For matrix arguments, return a row vector contaning the variance for
+## For matrix arguments, return a row vector containing the variance for
 ## each column.
 ##
 ## The argument @var{opt} determines the type of normalization to use.