changeset 14407:73f02881260f stable

doc: Fix wording in NEWS file. * NEWS: Improve wording and correct typo.
author Rik <octave@nomad.inbox5.com>
date Fri, 24 Feb 2012 21:30:10 -0800
parents 731e9e1539a8
children 9f7c22795c94 e3dbcb75f557
files NEWS
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Feb 24 15:01:56 2012 -0800
+++ b/NEWS	Fri Feb 24 21:30:10 2012 -0800
@@ -13,7 +13,7 @@
     http://forge.scilab.org/index.php/p/arpack-ng
 
  ** Many of Octave's binary operators (.*, .^, +, -, ...) now perform
-    automatic broadcasting for array operations that allows you to use
+    automatic broadcasting for array operations which allows you to use
     operator notation instead of calling bsxfun or expanding arrays (and
     unnecessarily wasting memory) with repmat or similar idioms.  For
     example, to scale the columns of a matrix by the elements of a row
@@ -75,7 +75,7 @@
 
     negative binomial function has been extended to real, non-integer
     inputs.  The discrete_inv fucntion now returns v(1) for 0 instead of
-    NaN.  The nbincdf fucntion has bbeen recoded to use a closed form
+    NaN.  The nbincdf fucntion has been recoded to use a closed form
     solution with betainc.
 
  ** strread, textscan, and textread have been completely revamped.