maint: fix typos in comments and ChangeLog
authorJim Meyering <meyering@redhat.com>
Tue, 29 May 2012 11:45:10 +0000 (13:45 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 29 May 2012 11:45:10 +0000 (13:45 +0200)
commit77cef2022004c4066e805da09a83b2c77f17bdd3
tree03e1a9dc74b84e40ac30f225d46a781667b1e91b
parente1baaf8d7c7da5c45041f3ecaf227dfd03c01891
maint: fix typos in comments and ChangeLog

Culprits identified and fixed mostly automatically using these commands:
git ls-files | misspellings -f - |grep -v '^ERROR:' |perl -pe \
's/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/sed -i '\''${2}s!$3!$4!'\'' $1/'
using http://github.com/lyda/misspell-check
* ChangeLog: Fix typos.
* doc/solaris-versions: Likewise.
* lib/regexec.c (re_search_stub): Likewise.
* m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
ChangeLog
doc/solaris-versions
lib/regexec.c
m4/mmap-anon.m4