diff options
author | Bernhard Voelker | 2012-05-29 19:06:50 +0200 |
---|---|---|
committer | Karel Zak | 2012-06-05 14:37:26 +0200 |
commit | 871ffd0960085509d841847e7e52de9253cf1d1a (patch) | |
tree | ae5eaebebe5e0c7e62b05d7b09bd086984f83c46 /term-utils | |
parent | text-utils/hexsyntax.c: fix for missing program_invocation_short_name (diff) | |
download | kernel-qcow2-util-linux-871ffd0960085509d841847e7e52de9253cf1d1a.tar.gz kernel-qcow2-util-linux-871ffd0960085509d841847e7e52de9253cf1d1a.tar.xz kernel-qcow2-util-linux-871ffd0960085509d841847e7e52de9253cf1d1a.zip |
Fix typos in comments and wall's man page
Culprits identified again by (newer) misspellings:
$ git ls-files | misspellings -f - | grep -v '^po/'
* wall: Fix typo in man page.
* Fix typos in source code comments.
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
Diffstat (limited to 'term-utils')
-rw-r--r-- | term-utils/setterm.c | 2 | ||||
-rw-r--r-- | term-utils/wall.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/term-utils/setterm.c b/term-utils/setterm.c index 5a652931b..3083ac826 100644 --- a/term-utils/setterm.c +++ b/term-utils/setterm.c @@ -68,7 +68,7 @@ * Semantics: * * Setterm writes to standard output a character string that will - * invoke the specified terminal capabilities. Where possibile + * invoke the specified terminal capabilities. Where possible * terminfo is consulted to find the string to use. Some options * however do not correspond to a terminfo capability. In this case if * the terminal type is "con*", or "linux*" the string that invokes diff --git a/term-utils/wall.1 b/term-utils/wall.1 index 56fa41364..88e816cdc 100644 --- a/term-utils/wall.1 +++ b/term-utils/wall.1 @@ -56,7 +56,7 @@ program is suid or sgid. .SH OPTIONS .TP \fB\-n\fR, \fB\-\-nobanner\fR -Supress banner +Suppress banner .TP \fB\-t\fR, \fB\-\-timeout\fR \fItimeout\fR Write |