From dd7c9c6ee7fea07759e0a52716d4096598375638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 16 Jun 2015 21:31:13 +0300 Subject: [PATCH] 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 --- NEWS | 4 ++++ bootstrap.conf | 2 +- doc/find.texi | 2 +- locate/locate.c | 2 +- 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;