From bbf9feb97d347e8f15b2ce382cd4b0b452100345 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Tue, 16 Jun 2015 21:31:13 +0300
Subject: [PATCH] Spelling fixes

---
 bootstrap.conf  | 2 +-
 doc/find.texi   | 2 +-
 find/find.1     | 2 +-
 locate/locate.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 94c4fc7..14a7266 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -178,7 +178,7 @@ gnulib_modules="
     ${maintainer_modules}
 "
 
-# Override bootstrap's defaults, with values consistant with
+# Override bootstrap's defaults, with values consistent with
 # 'import-gnulib.sh'
 source_base=gl/lib
 m4_base=gl/m4
diff --git a/doc/find.texi b/doc/find.texi
index fe0b2ce..32b5544 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -2618,7 +2618,7 @@ it a @code{SIGUSR1}.
 to run fewer processes.  It merely waits for the excess commands to
 finish.  If you ask it to run more commands, it will start the next
 one immediately (if it has more work to do).  If the degree of
-parallelism is already 1, sending @code{SIGUSR2} will have no futher
+parallelism is already 1, sending @code{SIGUSR2} will have no further
 effect (since @code{--max-procs=0} means that there should be no limit
 on the number of processes to run).
 
diff --git a/find/find.1 b/find/find.1
index f49218e..1eb58fc 100644
--- a/find/find.1
+++ b/find/find.1
@@ -860,7 +860,7 @@ handle sparse files
 differently.  The `b' suffix always denotes 512-byte blocks and never
 1 Kilobyte blocks, which is different to the behaviour of
 .BR \-ls .
-The + and - prefixes signifiy greater than and less than, as usual,
+The + and - prefixes signify greater than and less than, as usual,
 but bear in mind that the size is rounded up to the next unit (so a
 1-byte file is not matched by
 .BR "-size -1M" ).
diff --git a/locate/locate.c b/locate/locate.c
index 0843e2b..7954895 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;
-- 
2.4.3

