diff scripts/sparse/spalloc.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 2618a0750ae6
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/sparse/spalloc.m
+++ b/scripts/sparse/spalloc.m
@@ -20,7 +20,7 @@
 ## Returns an empty sparse matrix of size @var{r}-by-@var{c}. As Octave
 ## resizes sparse matrices at the first opportunity, so that no additional 
 ## space is needed, the argument @var{nz} is ignored. This function is 
-## provided only for compatiability reasons.
+## provided only for compatibility reasons.
 ##
 ## It should be noted that this means that code like
 ##