summaryrefslogtreecommitdiff
path: root/locate/locate.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2015-06-16 21:31:13 +0300
committerJames Youngman <jay@gnu.org>2015-12-28 12:59:44 +0000
commitdd7c9c6ee7fea07759e0a52716d4096598375638 (patch)
tree17bdae192a46681bef0521c9b541422945245f2d /locate/locate.c
parent0193dbcda25d2e37b6bd93daac1d2fc9e7ddb185 (diff)
downloadfindutils-dd7c9c6ee7fea07759e0a52716d4096598375638.tar.gz
Spelling fixes (fixing Savannah bug #8688).
* locate/locate.c: typo fix: whcih * doc/find.texi: typo fix: futher * bootstrap.conf: spelling fix: consistant * NEWS: Mention this change. Copyright-paperwork-exempt: Yes
Diffstat (limited to 'locate/locate.c')
-rw-r--r--locate/locate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locate/locate.c b/locate/locate.c
index 0843e2b9..7954895d 100644
--- a/locate/locate.c
+++ b/locate/locate.c
@@ -1051,7 +1051,7 @@ search_one_database (int argc,
/* We may turn on existence checking for a given database.
* We ensure that we can return to the previous behaviour
* by using two variables, do_check_existence (which we act on)
- * and check_existence (whcih indicates the default before we
+ * and check_existence (which indicates the default before we
* adjust it on the bassis of what kind of database we;re using
*/
do_check_existence = check_existence;