diff options
author | Jim Meyering <meyering@redhat.com> | 2012-04-18 08:31:34 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-04-18 08:31:34 +0200 |
commit | 3e12f18c5be18db461e7f869fbb70032f3ce6f70 (patch) | |
tree | 3c97f315c9f56b3a2a1e7ddefd855abd3999e41c | |
parent | 752baa26501f60da8a12f2e8843ba4d5b6bcc667 (diff) | |
download | idutils-3e12f18c5be18db461e7f869fbb70032f3ce6f70.tar.gz idutils-3e12f18c5be18db461e7f869fbb70032f3ce6f70.tar.bz2 idutils-3e12f18c5be18db461e7f869fbb70032f3ce6f70.zip |
maint: fix comment/doc typos
Found using https://github.com/lyda/misspell-check
* ChangeLog-2007: As above.
* NEWS: Likewise.
* src/mkid.c: Likewise.
-rw-r--r-- | ChangeLog-2007 | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | src/mkid.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog-2007 b/ChangeLog-2007 index dbd8778..4c1bd36 100644 --- a/ChangeLog-2007 +++ b/ChangeLog-2007 @@ -61,7 +61,7 @@ 2006-08-22 Claudio Fontana <claudio@gnu.org> * doc/idutils.texi: fix wrong example .emacs entry, where - a non existant 'gid' lisp is loaded instead of 'idutils'. + a nonexistent 'gid' lisp is loaded instead of 'idutils'. 2006-08-05 Claudio Fontana <claudio@gnu.org> @@ -179,7 +179,7 @@ Version 3.0.9 - May 30, 1996, by Greg McGary * id-utils now uses automake. * gid, aid and eid are now shell-script wrappers that - call `lid' with the apropriate argument. + call `lid' with the appropriate argument. * A new environment `IDPATH' contains a colon-separated list of ID file names for use by `fid' and `lid'. It is only partially implemented at @@ -672,7 +672,7 @@ report_statistics (void) we are generating the ID file in a remote directory, then adjust the file names to be relative to the location of the ID database. - (This would be a common useage if you want to make a database for a + (This would be a common usage if you want to make a database for a directory which you have no write access to, so you cannot create the ID file.) */ |