Files
bison/doc
Jim Meyering cbdb6d9145 maint: fix comment typos
Using http://github.com/lyda/misspell-check, massage its
output into sed commands to perform the suggested changes.
Initially, I filtered out the THRU->Through changes, because
that failed to retain capitalization in the grammar token.
Instead, do this manually, beforehand:

sed -i s/THRU/THROUGH/ tests/existing.at
git ls-files|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 09:17:43 +02:00
..
2012-01-22 12:57:40 +01:00
2012-05-23 14:24:30 +02:00
2007-11-04 21:13:21 +00:00
2007-11-04 21:13:21 +00:00
2012-06-05 09:17:43 +02:00
2012-01-31 09:41:25 +01:00
2007-11-14 13:18:44 +00:00