summaryrefslogtreecommitdiff
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
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
-rw-r--r--NEWS4
-rw-r--r--bootstrap.conf2
-rw-r--r--doc/find.texi2
-rw-r--r--locate/locate.c2
4 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 645b00d9..462707fb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
* Major changes in release 4.5.19-git, 2015-12-DD
+** Bug Fixes:
+
+#8688: Spelling fixes.
+
* Major changes in release 4.5.18, 2015-12-27
** Changes to find
diff --git a/bootstrap.conf b/bootstrap.conf
index 987838a4..e09d86e6 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -179,7 +179,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 a12c55ea..fdeb8413 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -2628,7 +2628,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/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;