From 42192c517756cbd1f48eb7313901fbe1f70b33e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 3 May 2017 18:22:41 -0700 Subject: [PATCH] maint: fix various typos in recent commits * NEWS: Grammar fixes. * HACKING: Likewise. --- HACKING | 4 ++-- NEWS | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2