From: Pádraig Brady
Date: Thu, 4 May 2017 01:22:41 +0000 (-0700) Subject: maint: fix various typos in recent commits X-Git-Tag: v8.28~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42192c517756cbd1f48eb7313901fbe1f70b33e0;p=thirdparty%2Fcoreutils.git maint: fix various typos in recent commits * NEWS: Grammar fixes. * HACKING: Likewise. --- diff --git a/HACKING b/HACKING index 4cf86540c1..516aaafb88 100644 --- a/HACKING +++ b/HACKING @@ -601,8 +601,8 @@ option is always to improve tests. You never know what you might uncover when you improve test coverage, and even if you don't find any bugs your contribution is sure to be appreciated. -A good way to quickly assess current test coverage for standard -and root only tests is to follow test steps (requires lcov to be installed): +A good way to quickly assess current test coverage, for standard +and root only tests, is to follow these steps (requires lcov to be installed): # Do a standard run as the current user make -j$(nproc) coverage diff --git a/NEWS b/NEWS index b4614d56ac..30ec6f8660 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ GNU coreutils NEWS -*- outline -*- consistently rather than sometimes outputting "6.00001 s". [bug introduced in coreutils-8.24] - df non longer interacts with excluded file system types, so for example + df no longer interacts with excluded file system types, so for example specifying -x nfs will no longer hang with problematic nfs mounts. [bug introduced in coreutils-8.21] @@ -23,7 +23,7 @@ GNU coreutils NEWS -*- outline -*- ignoring some non checksum lines. This also affects sha*sum and b2sum. [bug introduced in coreutils-8.14] - tail -F 'dir/file' now monitored even when 'dir' is replaced. + tail -F 'dir/file' is now monitored even when 'dir' is replaced. [bug introduced with inotify support added in coreutils-7.5] ** New features