mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 07:37:52 +00:00
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
This commit is contained in:
parent
0193dbcda2
commit
dd7c9c6ee7
4
NEWS
4
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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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).
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user