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 /Documentation | |
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 'Documentation')
-rw-r--r-- | Documentation/TODO | 2 | ||||
-rw-r--r-- | Documentation/poeigl.txt | 2 | ||||
-rw-r--r-- | Documentation/release-schedule.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/TODO b/Documentation/TODO index ed7a0c443..1fb1939ef 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -114,7 +114,7 @@ libblkd and libmount -------------------- - use __attribute__((notnull)) and __attribute__((warn_unused_result)) - Note that the code has to be usefull for non-gcc compilers too. + Note that the code has to be useful for non-gcc compilers too. partx ----- diff --git a/Documentation/poeigl.txt b/Documentation/poeigl.txt index 00eaa7101..94f51a9b4 100644 --- a/Documentation/poeigl.txt +++ b/Documentation/poeigl.txt @@ -274,7 +274,7 @@ Version 1.21 (30-Oct-93): changes since 1.20 Rik Faith and Stephen Tweedie inspired this change. Version 1.20 (30-Jul-93): changes since 1.17: - Versions 1.18 and 1.19 were never made publically available. + Versions 1.18 and 1.19 were never made publicly available. Agetty now supports a -L switch that makes it force the CLOCAL flag. This is useful if you have a local terminal attached with a partly wired serial cable that does not pass on the Carrier Detect signal. diff --git a/Documentation/release-schedule.txt b/Documentation/release-schedule.txt index 6bdc2a9ae..6077735b1 100644 --- a/Documentation/release-schedule.txt +++ b/Documentation/release-schedule.txt @@ -11,7 +11,7 @@ Before a release there are few release candidates, which will be collectively tested. During test period changes to code base are restricted. Usually there are two release candidates. - what lenght what will be accepted to upstream + what length what will be accepted to upstream ------------------------------------------------------- rc1 1-2 weeks bug fixes only rc2 1-2 weeks translations, fatal/trivial bug fixes |