Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the tool to spellcheck the comments
[simgrid.git] / tools / spell / spell.sh
diff --git a/tools/spell/spell.sh b/tools/spell/spell.sh
deleted file mode 100644 (file)
index 406d634..0000000
+++ /dev/null
@@ -1 +0,0 @@
-(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 
\ No newline at end of file