Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add supression file for Valgrind.
[simgrid.git] / tools / spell / spell.sh
1 (find ./ -name '*.[ch]' | xargs perl tools/spell/lspell2.pl tools/spell/sg_stopwords.txt ; find ./ -name '*.[ch]' | xargs perl tools/spell/lspell.pl tools/spell/sg_stopwords.txt ) | grep -v ':' | sort -f | uniq