[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-idutils] [PATCH] maint: fix comment/doc typos
From: |
Jim Meyering |
Subject: |
[bug-idutils] [PATCH] maint: fix comment/doc typos |
Date: |
Wed, 18 Apr 2012 08:32:32 +0200 |
FYI,
>From 3e12f18c5be18db461e7f869fbb70032f3ce6f70 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 18 Apr 2012 08:31:34 +0200
Subject: [PATCH] maint: fix comment/doc typos
Found using https://github.com/lyda/misspell-check
* ChangeLog-2007: As above.
* NEWS: Likewise.
* src/mkid.c: Likewise.
---
ChangeLog-2007 | 2 +-
NEWS | 2 +-
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 <address@hidden>
* 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 <address@hidden>
diff --git a/NEWS b/NEWS
index 44e674e..56ba539 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/src/mkid.c b/src/mkid.c
index 0c882f2..bd31c7d 100644
--- a/src/mkid.c
+++ b/src/mkid.c
@@ -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.) */
--
1.7.10.208.gb4267
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug-idutils] [PATCH] maint: fix comment/doc typos,
Jim Meyering <=