octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

One from the spelling fairy


From: John W. Eaton
Subject: One from the spelling fairy
Date: Mon, 16 Feb 2004 10:23:11 -0600

On 16-Feb-2004, David Bateman <address@hidden> wrote:

| 
| % cd liboctave/
| % grep converstion *.cc
| boolNDArray.cc: ("invalid converstion of boolNDArray to boolMatrix");
| chNDArray.cc:   ("invalid converstion of charNDArray to charMatrix");
| CNDArray.cc:    ("invalid converstion of ComplexNDArray to ComplexMatrix");
| dNDArray.cc:    ("invalid converstion of NDArray to Matrix");
| % cat boolNDArray.cc | sed 's/converstion/conversion/g' > boolNDArray.cc.tmp
| % mv boolNDArray.cc.tmp boolNDArray.cc
| % cat chNDArray.cc | sed 's/converstion/conversion/g' > chNDArray.cc.tmp
| % mv chNDArray.cc.tmp chNDArray.cc
| % cat CNDArray.cc | sed 's/converstion/conversion/g' > CNDArray.cc.tmp
| % mv CNDArray.cc.tmp CNDArray.cc
| % cat dNDArray.cc | sed 's/converstion/conversion/g' > dNDArray.cc.tmp
| % mv dNDArray.cc.tmp dNDArray.cc

I made these changes.

Thanks,

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]