# HG changeset patch # User Rik # Date 1330193182 28800 # Node ID 9f7c22795c948c0256f32df7171f06b5a7656cf2 # Parent 73f02881260f335a4904f8f9b864e7602a4f83c5 doc: Correct a few typos in NEWS. * NEWS: Correct a few typos. diff -r 73f02881260f -r 9f7c22795c94 NEWS --- a/NEWS Fri Feb 24 21:30:10 2012 -0800 +++ b/NEWS Sat Feb 25 10:06:22 2012 -0800 @@ -46,7 +46,7 @@ rem xor - additionally, since the A op= B assginment operators are equivalent + additionally, since the A op= B assignment operators are equivalent to A = A op B, the following operators are also affected: += -= .+= .-= .*= ./= .\= .^= .**= &= |= @@ -74,8 +74,8 @@ scripts. 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 been recoded to use a closed form + inputs. The discrete_inv function now returns v(1) for 0 instead of + NaN. The nbincdf function has been recoded to use a closed form solution with betainc. ** strread, textscan, and textread have been completely revamped. @@ -137,7 +137,7 @@ string now supported. datestr: Numerical formats 21, 22, 29 changed to match Matlab. - Now accepts cellstr inputs. + Now accepts cellstr input. ** The following warning IDs have been removed: @@ -166,7 +166,7 @@ The uiXXX functions above are experimental. Except for uiwait and uiresume, the uiXXX functions are not - supported with the the FLTK+OpenGL graphics toolkit. + supported with the FLTK+OpenGL graphics toolkit. The gnuplot graphics toolkit does not support any of the uiXXX functions nor the waitfor function.