summaryrefslogtreecommitdiffstats
path: root/Documentation/releases
diff options
context:
space:
mode:
authorRuediger Meier2016-02-03 15:00:37 +0100
committerRuediger Meier2016-02-03 15:10:08 +0100
commit3fd1f7711eb8612ce6e3f1f135b80220fdd2d208 (patch)
tree7108e33aecdd98574062d8faf2dea3dcea08f048 /Documentation/releases
parentsfdisk: make --quiet really quiet (diff)
downloadkernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.tar.gz
kernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.tar.xz
kernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.zip
docs: fix typos found by codespell
Using "codespell" from https://github.com/lucasdemarchi/codespell Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'Documentation/releases')
-rw-r--r--Documentation/releases/v2.15-ReleaseNotes2
-rw-r--r--Documentation/releases/v2.23-ReleaseNotes2
-rw-r--r--Documentation/releases/v2.24-ReleaseNotes4
-rw-r--r--Documentation/releases/v2.25-ReleaseNotes6
-rw-r--r--Documentation/releases/v2.26-ReleaseNotes6
-rw-r--r--Documentation/releases/v2.27-ReleaseNotes2
6 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/releases/v2.15-ReleaseNotes b/Documentation/releases/v2.15-ReleaseNotes
index 243f55c66..dd1516203 100644
--- a/Documentation/releases/v2.15-ReleaseNotes
+++ b/Documentation/releases/v2.15-ReleaseNotes
@@ -485,7 +485,7 @@ mkswap:
- remove v0 swap space support [Karel Zak]
- zap bootbits [Karel Zak]
more:
- - dont use a.out.h [Mike Frysinger]
+ - don't use a.out.h [Mike Frysinger]
- minor fixes to magic() [James Youngman]
mount:
- Add strictatime support [Matthew Garrett]
diff --git a/Documentation/releases/v2.23-ReleaseNotes b/Documentation/releases/v2.23-ReleaseNotes
index ce07ac18c..1db48ae6b 100644
--- a/Documentation/releases/v2.23-ReleaseNotes
+++ b/Documentation/releases/v2.23-ReleaseNotes
@@ -1123,7 +1123,7 @@ umount:
- add --all-targets [Karel Zak]
- add -R, --recursive option [Dave Reisner]
- add note about namespaces too --all-targets [Karel Zak]
- - allways return MOUNT_EX_* [Karel Zak]
+ - always return MOUNT_EX_* [Karel Zak]
- clean --recursive [Karel Zak]
- improve --recursive docs [Karel Zak]
- make usage() translator friendly [Sami Kerola]
diff --git a/Documentation/releases/v2.24-ReleaseNotes b/Documentation/releases/v2.24-ReleaseNotes
index 132a5e30e..b1c7d281c 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 d9b9ce447..5db582f0b 100644
--- a/Documentation/releases/v2.25-ReleaseNotes
+++ b/Documentation/releases/v2.25-ReleaseNotes
@@ -618,7 +618,7 @@ libblkid:
- add extra checks to XFS prober [Karel Zak]
- cleanup internal return codes [Karel Zak]
- comparing an array to null is not useful [coverity scan] [Karel Zak]
- - convert GPT attributes to host endianess [Karel Zak]
+ - convert GPT attributes to host endianness [Karel Zak]
- correct the return values in squashfs probe [David Shea]
- detect alone PMBR [Karel Zak]
- detect squashfs 3 vs 4 [Ruediger Meier]
@@ -662,7 +662,7 @@ libfdisk:
- (gpt) add /home GUID [Karel Zak]
- (gpt) allow to work with hybrid GPT [Karel Zak]
- (gpt) fix last LBA code for S_ISREG [Karel Zak]
- - (gpt) implement 'fix order' commnad [Karel Zak]
+ - (gpt) implement 'fix order' command [Karel Zak]
- (gpt) improve and cleanup recovery code [Karel Zak]
- (gpt) initialize last_lba, cleanup pa->{start,size} usage [Karel Zak]
- (gpt) recover from corrupted primary/backup PT [Karel Zak]
@@ -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/Documentation/releases/v2.26-ReleaseNotes b/Documentation/releases/v2.26-ReleaseNotes
index 51a7959e5..ff81cc433 100644
--- a/Documentation/releases/v2.26-ReleaseNotes
+++ b/Documentation/releases/v2.26-ReleaseNotes
@@ -259,7 +259,7 @@ docs:
- fix two paths of the v2.20-ReleaseNotes [Benno Schulenberg]
- fix two spellings in man page of logger [Benno Schulenberg]
- fix typos [Karel Zak]
- - fix-up man-pages flaged by checkmans.sh [J William Piggott]
+ - fix-up man-pages flagged by checkmans.sh [J William Piggott]
- give the man page of utmpdump the proper User Commands header [Benno Schulenberg]
- improve some wordings in the man page of mount [Benno Schulenberg]
- improve some wordings on the man page of wipefs [Benno Schulenberg]
@@ -384,7 +384,7 @@ hwclock:
- persistent_clock_is_local [J William Piggott]
- persistent_clock_is_local MAN [J William Piggott]
- remove automatic ISA fallback [J William Piggott]
- - remove referal to deprecated keyboard interface [Sami Kerola]
+ - remove referral to deprecated keyboard interface [Sami Kerola]
- update man page for v2.26 rc [JWP]
- update man-page for directisa change [J William Piggott]
- use fabs() instead abs() when argument is double [Sami Kerola]
@@ -430,7 +430,7 @@ ldattach:
- GSM0710 support, add intro modem command [Karel Zak]
- add fallback for N_GSM0710 [Karel Zak]
lib:
- - fix crc32 and crc64 interger overflows [AddressSanitizer] [Sami Kerola]
+ - fix crc32 and crc64 integer overflows [AddressSanitizer] [Sami Kerola]
- remove xgetpass() [Sami Kerola]
lib/blkdev:
- report correct disk size on GNU/kFreeBSD. Thanks Tuco. [Robert Millan]
diff --git a/Documentation/releases/v2.27-ReleaseNotes b/Documentation/releases/v2.27-ReleaseNotes
index 6df1c897b..e3ed97fbe 100644
--- a/Documentation/releases/v2.27-ReleaseNotes
+++ b/Documentation/releases/v2.27-ReleaseNotes
@@ -336,7 +336,7 @@ libfdisk:
- (gpt) check header size before verify CRC [Karel Zak]
- (gpt) fix "MidnightBSD UFS" UUID [Karel Zak]
- (gpt) fix LE usage [Karel Zak]
- - (gpt) fix attributes endianess [Ruediger Meier]
+ - (gpt) fix attributes endianness [Ruediger Meier]
- (gpt) fix check for beginning of protective partition [Michael Marineau]
- (gpt) fix end sector calculation on resize [Karel Zak]
- (gpt) fix label pointer usage [smatch scan] [Karel Zak]