* [PATCH] Spelling fixes
@ 2014-11-15 20:41 Ville Skyttä
2014-11-16 11:40 ` Benno Schulenberg
2014-11-18 13:00 ` Karel Zak
0 siblings, 2 replies; 4+ messages in thread
From: Ville Skyttä @ 2014-11-15 20:41 UTC (permalink / raw)
To: util-linux
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
---
AUTHORS | 2 +-
Documentation/releases/v2.22-ReleaseNotes | 2 +-
Documentation/releases/v2.24-ReleaseNotes | 4 ++--
Documentation/releases/v2.25-ReleaseNotes | 2 +-
misc-utils/logger.1 | 2 +-
sys-utils/mount.8 | 2 +-
tests/functions.sh | 2 +-
tests/run.sh | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 72a5d72..15e4ae2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
- utils-linux
+ util-linux
MAINTAINER:
diff --git a/Documentation/releases/v2.22-ReleaseNotes b/Documentation/releases/v2.22-ReleaseNotes
index 5a58a3e..7b5dd81 100644
--- a/Documentation/releases/v2.22-ReleaseNotes
+++ b/Documentation/releases/v2.22-ReleaseNotes
@@ -26,7 +26,7 @@ dmesg(1):
su(1):
- has been merged from coreutils into util-linux
- - utils-linux version uses /etc/pam.d/su-l PAM config file for --login
+ - util-linux version uses /etc/pam.d/su-l PAM config file for --login
(e.g. "su -") session.
sulogin(8):
diff --git a/Documentation/releases/v2.24-ReleaseNotes b/Documentation/releases/v2.24-ReleaseNotes
index 132a5e3..b1c7d28 100644
--- a/Documentation/releases/v2.24-ReleaseNotes
+++ b/Documentation/releases/v2.24-ReleaseNotes
@@ -190,7 +190,7 @@ chfn:
- assigned value is never read [clang-analyzer] [Sami Kerola]
column:
- dereference of null pointer [clang-analyzer] [Sami Kerola]
- - use variable lenght printf field width to wprint blanks [Sami Kerola]
+ - use variable length printf field width to wprint blanks [Sami Kerola]
cytune:
- fix glush typo in cytune [Rafael Ferreira]
dmesg:
@@ -692,7 +692,7 @@ more:
- fix warning when compiled --without-ncurses [Karel Zak]
- guarantee space for multibyte [Karel Zak]
- make output redirection more efficient [Sami Kerola]
- - use variable lenght printf field width to print blanks [Sami Kerola]
+ - use variable length printf field width to print blanks [Sami Kerola]
mount:
- (deprecated) fix typo tailed->failed [Yuri Chornoivan]
- add notes about UUIDs to the man page [Karel Zak]
diff --git a/Documentation/releases/v2.25-ReleaseNotes b/Documentation/releases/v2.25-ReleaseNotes
index f4faf7a..4cd1759 100644
--- a/Documentation/releases/v2.25-ReleaseNotes
+++ b/Documentation/releases/v2.25-ReleaseNotes
@@ -1146,7 +1146,7 @@ tests:
- allow to add or override test suite options [Ruediger Meier]
- avoid executing dirname(1) command [Sami Kerola]
- cal do not let --week=<num> to adjust requested month [Sami Kerola]
- - cal take account week numbers when determing month lenght [Sami Kerola]
+ - cal take account week numbers when determing month length [Sami Kerola]
- cal(1) is year is limited to signed 32 bit value [Sami Kerola]
- call ts_init_env as early as possible [Ruediger Meier]
- check /proc availability, and go-around if it is incomplete [Sami Kerola]
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index ac77e9f..3bfcb3d 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -124,7 +124,7 @@ Use RFC 3164 BSD syslog protocol to submit messages to remote server.
Use RFC 5424 syslog protocol to submit messages to remote server.
Optional argument
.I notime
-will supress submission of sender time stamp that is in ISO-8601 format,
+will suppress submission of sender time stamp that is in ISO-8601 format,
including microseconds and timezone. When
.I notime
is specified the time quality structured data, that can be suppressed
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index ba0fe31..272fd7d 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -482,7 +482,7 @@ syscall, and the flags cannot be mixed with other mount options.
Since util-linux 2.23 the \fBmount\fR command allows to use several propagation flags
together and also together with other mount operations. This feature is EXPERIMENTAL.
The propagation flags are applied by additional \fBmount\fR(2) syscalls when the
-preceeding mount operations were successful. Note that this use case is not
+preceding mount operations were successful. Note that this use case is not
atomic. It is possible to specify the propagation flags in
.BR fstab (5)
as mount options
diff --git a/tests/functions.sh b/tests/functions.sh
index 59107b0..a9b3758 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -601,7 +601,7 @@ function ts_scsi_debug_init {
local devname
TS_DEVICE="none"
- # dry run is not realy reliable, real modprobe may still fail
+ # dry run is not really reliable, real modprobe may still fail
modprobe --dry-run --quiet scsi_debug &>/dev/null \
|| ts_skip "missing scsi_debug module (dry-run)"
diff --git a/tests/run.sh b/tests/run.sh
index 1f2971a..f61b6e4 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -49,7 +49,7 @@ while [ -n "$1" ]; do
;;
--nonroot)
if [ $(id -ru) -eq 0 ]; then
- echo "Ignore utils-linux test suite [non-root UID expected]."
+ echo "Ignore util-linux test suite [non-root UID expected]."
exit 0
fi
;;
--
1.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Spelling fixes
2014-11-15 20:41 [PATCH] Spelling fixes Ville Skyttä
@ 2014-11-16 11:40 ` Benno Schulenberg
2014-11-16 11:57 ` Sami Kerola
2014-11-18 13:00 ` Karel Zak
1 sibling, 1 reply; 4+ messages in thread
From: Benno Schulenberg @ 2014-11-16 11:40 UTC (permalink / raw)
To: Ville Skyttä; +Cc: Util-Linux
On Sat, Nov 15, 2014, at 21:41, Ville Skyttä wrote:
> --- a/Documentation/releases/v2.25-ReleaseNotes
> +++ b/Documentation/releases/v2.25-ReleaseNotes
> @@ -1146,7 +1146,7 @@ tests:
> - allow to add or override test suite options [Ruediger Meier]
> - avoid executing dirname(1) command [Sami Kerola]
> - cal do not let --week=<num> to adjust requested month [Sami Kerola]
> - - cal take account week numbers when determing month lenght [Sami Kerola]
> + - cal take account week numbers when determing month length [Sami Kerola]
I don't think it's a good idea to spell-correct these automatically
generated release notes -- if anyone reads them, and they find
something they want to look, to see the diff, then their only option
is to search for the given commit message in 'git log -p'. If this
string no longer matches...
But /if/ it is okay to make spelling fixes to the release notes, then
also s/determing/determining/, and s/take account week numbers/
take week numbers into account/. Many of Sami's commit lines
would need to be tweaked -- sorry, Sami. :)
Benno
--
http://www.fastmail.fm - Access your email from home and the web
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Spelling fixes
2014-11-16 11:40 ` Benno Schulenberg
@ 2014-11-16 11:57 ` Sami Kerola
0 siblings, 0 replies; 4+ messages in thread
From: Sami Kerola @ 2014-11-16 11:57 UTC (permalink / raw)
To: Benno Schulenberg; +Cc: Ville Skyttä, Util-Linux
On 16 November 2014 11:40, Benno Schulenberg <bensberg@justemail.net> wrote:
> take week numbers into account/. Many of Sami's commit lines
> would need to be tweaked -- sorry, Sami. :)
No worries Benno. I know I don't care any human languages. It is
nothing to be proud of but that's how my mind works.
--
Sami Kerola
http://www.iki.fi/kerolasa/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Spelling fixes
2014-11-15 20:41 [PATCH] Spelling fixes Ville Skyttä
2014-11-16 11:40 ` Benno Schulenberg
@ 2014-11-18 13:00 ` Karel Zak
1 sibling, 0 replies; 4+ messages in thread
From: Karel Zak @ 2014-11-18 13:00 UTC (permalink / raw)
To: Ville Skyttä; +Cc: util-linux
On Sat, Nov 15, 2014 at 10:41:43PM +0200, Ville Skyttä wrote:
> Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
> ---
> AUTHORS | 2 +-
> Documentation/releases/v2.22-ReleaseNotes | 2 +-
> Documentation/releases/v2.24-ReleaseNotes | 4 ++--
> Documentation/releases/v2.25-ReleaseNotes | 2 +-
> misc-utils/logger.1 | 2 +-
> sys-utils/mount.8 | 2 +-
> tests/functions.sh | 2 +-
> tests/run.sh | 2 +-
> 8 files changed, 9 insertions(+), 9 deletions(-)
Applied (except the changes in *ReleaseNotes), thanks!
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-18 13:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-15 20:41 [PATCH] Spelling fixes Ville Skyttä
2014-11-16 11:40 ` Benno Schulenberg
2014-11-16 11:57 ` Sami Kerola
2014-11-18 13:00 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).