On 04/18/2012 07:04 AM, Jim Meyering wrote: > Pádraig Brady wrote: >> From: Kevin Lyda <[email protected]> >> >> These were identified using: https://github.com/lyda/misspell-check >> >> * src/cat.c: Correct a single spelling error. >> * src/comm.c: Likewise. >> * src/expr.c Likewise. >> * src/pr.c Likewise. >> * src/tac.c Likewise. >> * src/test.c Likewise. >> --- >> src/cat.c | 4 ++-- >> src/comm.c | 2 +- >> src/expr.c | 2 +- >> src/pr.c | 2 +- >> src/tac.c | 2 +- >> src/test.c | 2 +- >> 6 files changed, 7 insertions(+), 7 deletions(-) > > Nice. But don't stop with just the .c files. > Run it on all version-controlled files: > > git ls-files|misspellings -f -
Adjusted and pushed. http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=aa078afc cheers, Pádraig.
