Bruce Dubbs wrote:
William Harrington wrote:
https://pypi.python.org/pypi/misspellings

I've used this a lot with our CLFS book. It may help with the LFS book.

Thanks,  Tried it and it seems to work well.

I just fixed all the identified misspellings in both LFS and BLFS. Actually I was surprised how few there were considering the size of the books. Several were in xml comments that will never be seen by users and several more in archived files. Lots in the stylesheets but I'm going to ignore those as most are not really ours are are invalid.

Editors:  Install this package with:

  sudo python setup.py install

Use as (from the base of LFS or BLFS BOOK/ diretory:

  find . -name \*.xml | misspellings -f -|grep -v style

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to