summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBernhard Voelker2012-06-27 15:23:05 +0200
committerKarel Zak2012-07-09 16:56:30 +0200
commit7007991f6f49ede6a2b622e0c6cbad0579df5ea2 (patch)
tree2972ad4169ca57743994a1b7dff62b8d6b6d9f45 /config
parentbuild-sys: add -Wredundant-decls (diff)
downloadkernel-qcow2-util-linux-7007991f6f49ede6a2b622e0c6cbad0579df5ea2.tar.gz
kernel-qcow2-util-linux-7007991f6f49ede6a2b622e0c6cbad0579df5ea2.tar.xz
kernel-qcow2-util-linux-7007991f6f49ede6a2b622e0c6cbad0579df5ea2.zip
docs: fix typos found by misspellings
The tool misspellings (https://github.com/lyda/misspell-check) detected several typos. Command used: $ git ls-files | grep -v ^po/ | misspellings -f - * Documentation/releases/v2.18-ReleaseNotes: Fix typo in news entry. * NEWS: Likewise. * config/texinfo.tex: Fix typo in comments. * libmount/src/context.c: Fix typo in comment. * libmount/src/fs.c: Likewise. * login-utils/login.c: Likewise. * login-utils.su.1: Fix typo in man page. * sys-utils/chcpu.c: Fix typo in error message. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
Diffstat (limited to 'config')
-rw-r--r--config/texinfo.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/texinfo.tex b/config/texinfo.tex
index 42e8cb34b..b57b2f3a8 100644
--- a/config/texinfo.tex
+++ b/config/texinfo.tex
@@ -441,7 +441,7 @@
% to get _exactly_ the rest of the line, we had to prevent such situation.
% We prepended an \empty token at the very beginning and we expand it now,
% just before passing the control to \next.
-% (Similarily, we have to think about #3 of \argcheckspacesY above: it is
+% (Similarly, we have to think about #3 of \argcheckspacesY above: it is
% either the null string, or it ends with \^^M---thus there is no danger
% that a pair of braces would be stripped.
%
@@ -498,7 +498,7 @@
% used to check whether the current environment is the one expected.
%
% Non-false conditionals (@iftex, @ifset) don't fit into this, so they
-% are not treated as enviroments; they don't open a group. (The
+% are not treated as environments; they don't open a group. (The
% implementation of @end takes care not to call \endgroup in this
% special case.)
@@ -6405,7 +6405,7 @@ where each line of input produces a line of output.}
% In case a @footnote appears in a vbox, save the footnote text and create
% the real \insert just after the vbox finished. Otherwise, the insertion
% would be lost.
-% Similarily, if a @footnote appears inside an alignment, save the footnote
+% Similarly, if a @footnote appears inside an alignment, save the footnote
% text to a box and make the \insert when a row of the table is finished.
% And the same can be done for other insert classes. --kasal, 16nov03.