diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-04-30 15:37:03 +0200 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-05 20:50:37 -0400 |
commit | 13f13b96b3182cf7569b98c6235675af11a6a3de (patch) | |
tree | 10ffc8fa2b712c287158a297ab5566a8925dfe93 /glob | |
parent | c3cd78066c10b213b98cd28459d9971f7809bc81 (diff) | |
download | gunmake-13f13b96b3182cf7569b98c6235675af11a6a3de.tar.gz |
cosmetics: fix few innocuous typos
Most of these were found using Lucas De Marchi's 'codespell' tool.
* ChangeLog: Fix minor typos.
* ChangeLog.2: Likewise.
* README.Amiga: Likewise.
* TODO.private: Likewise.
* function.c: Likewise.
* glob/glob.h: Likewise.
* job.c: Likewise.
* main.c: Likewise.
* readme.vms: Likewise.
* remake.c: Likewise.
* tests/ChangeLog: Likewise.
* tests/NEWS: Likewise.
* tests/README: Likewise.
* tests/scripts/variables/private: Likewise.
* vmsdir.h: Likewise.
* signame.c: Likewise. While at it, improve line wrapping in the
touched comment.
Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'glob')
-rw-r--r-- | glob/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glob/glob.h b/glob/glob.h index a613aff..0992de3 100644 --- a/glob/glob.h +++ b/glob/glob.h @@ -56,7 +56,7 @@ typedef __SIZE_TYPE__ __size_t; # else /* This is a guess. */ /*hb - * Conflicts with DECCs aready defined type __size_t. + * Conflicts with DECCs already defined type __size_t. * Defining an own type with a name beginning with '__' is no good. * Anyway if DECC is used and __SIZE_T is defined then __size_t is * already defined (and I hope it's exactly the one we need here). |