- typo: s/derefernce/dereference/g

Thanks to P.J. Day.
This commit is contained in:
Bernhard Reutner-Fischer
2006-04-18 14:17:49 +00:00
parent 0c013f5fc7
commit 18260d5099
3 changed files with 6 additions and 4 deletions

View File

@ -48,6 +48,7 @@ find $srcdir/../ \
-e '\<formated\>' \
-e '\<algorithic\>' \
-e '\<deamon\>' \
-e '\<derefernce\>' \
| sed -e "s:^$srcdir/\.\./::g" > src.typos
testing "Common typos" "cat src.typos" "" "" ""
rm -f src.typos