diff NEWS @ 21308:c53bfd6d8e08

maint: Use American spelling for "behavior". * Array.cc, randmtzig.c, file-ops.cc, oct-inttypes.h, cross.m, bicgstab.m, kurtosis.m, skewness.m, build-sparse-tests.sh, __ilu__.cc, __magick_read__.cc: Use American spelling for "behavior".
author Rik <rik@octave.org>
date Fri, 19 Feb 2016 09:40:59 -0800
parents 31674b9d202b
children a4235a7eeb2c
line wrap: on
line diff
--- a/NEWS	Fri Feb 19 09:41:41 2016 -0800
+++ b/NEWS	Fri Feb 19 09:40:59 2016 -0800
@@ -207,10 +207,10 @@
     change was made for Matlab compatibility.
 
  ** For compatibility with Matlab, the "ismatrix (x)" function now only
-    checks the dimension of "x".  The old behaviour of "ismatrix" is
+    checks the dimension of "x".  The old behavior of "ismatrix" is
     obtained by "isnumeric (x) || islogical (x) || ischar (x)".
 
- ** The nextpow2 function behaviour has been changed for vector inputs.
+ ** The nextpow2 function behavior has been changed for vector inputs.
     Instead of computing `nextpow2 (length (x))', it will now compute
     nextpow2 for each element of the input.  This change is Matlab
     compatible, and also prevents bugs for "vectors" of length 1.