octave-maintainers
[Top][All Lists]
Advanced

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

One from the spelling fairy


From: David Bateman
Subject: One from the spelling fairy
Date: Mon, 16 Feb 2004 17:13:05 +0100
User-agent: Mutt/1.4.1i

% 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



-- 
David Bateman                                address@hidden
Motorola CRM                                 +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 1 69 35 77 01 (Fax) 
91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

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