Jim Meyering 003c8e6e37 fix comment/changelog typos
First, change "cant" to "can't" manually in m4/nullsort.m4,
since "cant" had 3 replacement options.  Then remove "dum"
from the LocalWords lists in doc/*.texi.  It was not used.
Finally, perform the remaining changes mechanically using
http://github.com/lyda/misspell-check and
some perl to massage its diagnostics into sed -i commands:

git ls-files|grep -v '\.po$'|misspellings -f -|perl -nl \
  -e '/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/ or next;' \
  -e '($file,$n,$l,$r)=($1,$2,$3,$4); $q="'\''"; $r=~s/$q/$q\\$q$q/g;'\
  -e 'print "sed -i $q${n}s!$l!$r!$q $file"'|bash
2012-06-05 10:00:50 +01:00
..
2006-08-20 18:18:42 +00:00
2009-03-04 10:49:59 +00:00
2010-04-11 15:57:16 +01:00
2010-04-03 12:22:57 +01:00
2011-06-04 13:08:49 +01:00
2012-06-05 10:00:50 +01:00