diff options
author | Bernhard Voelker | 2012-04-20 00:10:44 +0200 |
---|---|---|
committer | Karel Zak | 2012-04-23 13:16:35 +0200 |
commit | 455fe9a075cc59e3250af9c413d42e7ac47a86a9 (patch) | |
tree | b5aae6ccef42cb7c5c459d6c6951957528d06c88 /config | |
parent | fdisk: simplify device opening (diff) | |
download | kernel-qcow2-util-linux-455fe9a075cc59e3250af9c413d42e7ac47a86a9.tar.gz kernel-qcow2-util-linux-455fe9a075cc59e3250af9c413d42e7ac47a86a9.tar.xz kernel-qcow2-util-linux-455fe9a075cc59e3250af9c413d42e7ac47a86a9.zip |
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 -
* isosize: Fix typo in usage string.
* configure.ac: Fix typo in help string of --enable-most-builds option.
* fdisk: Fix typo in man page.
* libblkid, blkid, mount: Likewise.
* Fix various typos in docs and in source code comments.
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/texinfo.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/texinfo.tex b/config/texinfo.tex index ff2c40654..42e8cb34b 100644 --- a/config/texinfo.tex +++ b/config/texinfo.tex @@ -415,7 +415,7 @@ \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm} -% Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space. +% Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space. % % \argremovec might leave us with trailing space, e.g., % @end itemize @c foo @@ -4041,7 +4041,7 @@ where each line of input produces a line of output.} \chardef\maxseclevel = 3 % % A numbered section within an unnumbered changes to unnumbered too. -% To achive this, remember the "biggest" unnum. sec. we are currently in: +% To achieve this, remember the "biggest" unnum. sec. we are currently in: \chardef\unmlevel = \maxseclevel % % Trace whether the current chapter is an appendix or not: |