Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove any reference to mergesort.
[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