Re: Speling

2005-07-30 Thread Bruce Dubbs
Tushar Teredesai wrote:

 I used the following to go thru each file:
for i in $(find -name *.xml | sort)
do
echo File: $i
cat $i | aspell -H -l | sort | uniq
echo
read
done

Nice.

 Fixed the ones I could identify, skipped the ones that were in British 
 English.

Thanks.  Taht really helped.

  -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Speling

2005-07-29 Thread Bruce Dubbs
Just for grins, I did:

find -name \*.xml -exec cat {} \; | ispell -H -l|sort|uniq

Do you think we might have a specialized vocabulary?  :)

It's not hard to find the problem words.  Just do:

grep -r misspel *

It's taking a while to fix the spelling errors.  I've gone through the
b's, but if someone wants to do some more, let me know.


  -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Speling

2005-07-29 Thread David Jensen

Bruce Dubbs wrote:


Just for grins, I did:

find -name \*.xml -exec cat {} \; | ispell -H -l|sort|uniq

Do you think we might have a specialized vocabulary?  :)

It's not hard to find the problem words.  Just do:

grep -r misspel *

It's taking a while to fix the spelling errors.  I've gone through the
b's, but if someone wants to do some more, let me know.

 


ouch!
I'll start on 'h'.

--
David Jensen

--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Speling

2005-07-29 Thread David Jensen

David Jensen wrote:


I'll start on 'h'.



Done with 'h and i'.  Should I commit?

snip from Sysstat

collect and historize performance and activity data.

'historize' makes me cringe, but it is in the dictionary.   Maybe just 
'record'?


--
David Jensen

--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page