[pygccxml-commit] source/pygccxml/unittests autoconfig.py,1.10,1.11
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-03-06 04:53:34
|
Update of /cvsroot/pygccxml/source/pygccxml/unittests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4471/pygccxml/unittests Modified Files: autoconfig.py Log Message: Adding Allen family name to spell checker ignore list Index: autoconfig.py =================================================================== RCS file: /cvsroot/pygccxml/source/pygccxml/unittests/autoconfig.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** autoconfig.py 21 Dec 2005 07:29:23 -0000 1.10 --- autoconfig.py 6 Mar 2006 04:53:31 -0000 1.11 *************** *** 45,48 **** --- 45,49 ---- map( pydsc.doc_checker.speller.ignore_always , [ 'Yakovenko' + , 'Bierbaum' , 'org' , 'http' |