Skip to content

Commit ea421ec

Browse files
committed
btrfs-progs: docs: fix typos
Thanks to hunspell. [ci skip] Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 06d01ab commit ea421ec

10 files changed

+21
-21
lines changed

Documentation/DocConventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Referencing:
6767

6868
- generic links can use the free form link syntax with description ```Link text <https://example.com>`__``
6969
(note the double underscore, this is *anonymous* link and does not create a reference)
70-
or plain link that will auto-render to a clikable link https://example.com
70+
or plain link that will auto-render to a clickable link https://example.com
7171

7272
- in manual pages: always use full link as it's meant to be read in terminal
7373
output and must allow copy&paste

Documentation/Kernel-by-version.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ Pull requests:
853853
`v5.4-rc7 <https://git.kernel.org/linus/00aff6836241ae5654895dcea10e6d4fc5878ca6>`__,
854854
`v5.4-rc8 <https://git.kernel.org/linus/afd7a71872f14062cc12cac126bb8e219e7dacf6>`__
855855

856-
- tree checker: adde sanity checks for tree items, extent items, and references
856+
- tree checker: added sanity checks for tree items, extent items, and references
857857
- deprecated subvolume creation mode BTRFS_SUBVOL_CREATE_ASYNC
858858
- qgroup relation deletion tries harder, orphan entries are removed too
859859
- space handling improvements (ticket reservations, flushing, overcommit logic)
@@ -1023,7 +1023,7 @@ Pull requests:
10231023
Highlights:
10241024

10251025
- performance improvements in fsync (dbench workload: higher throughput, lower latency)
1026-
- sysfs exports current exclusive operataion (balance, resize, device add/del/...)
1026+
- sysfs exports current exclusive operation (balance, resize, device add/del/...)
10271027
- sysfs exports supported send stream version
10281028

10291029
Core:
@@ -1083,7 +1083,7 @@ Features:
10831083

10841084
Core changes:
10851085

1086-
- subpage block size support peparations
1086+
- subpage block size support preparations
10871087

10881088
Fixes:
10891089

@@ -1434,7 +1434,7 @@ Qgroup:
14341434
- limits are shared upon snapshot
14351435
- allow to remove qgroup which has parent but no child
14361436
- fix status of qgroup consistency after rescan
1437-
- fix quota status bits after dsiabling
1437+
- fix quota status bits after disabling
14381438
- mark qgroups inconsistent after assign/delete actions
14391439
- code cleanups
14401440

@@ -1475,7 +1475,7 @@ Fixes:
14751475
^^^^^^^^^^^^^^
14761476

14771477
- send fixes: cloning, sending with parent
1478-
- improved handling of framgented space using bitmaps
1478+
- improved handling of fragmented space using bitmaps
14791479
- new mount option for debugging: fragment=data|metadata|all
14801480
- updated balance filters: limit, stripes, usage
14811481
- more bugfixes and cleanups
@@ -1501,7 +1501,7 @@ Fixes:
15011501
writes (now does: nologreplay)
15021502

15031503
- default inline limit is now 2048 (instead of page size, usually 4096)
1504-
- /dev/btrfs-control now understands the GET_SUPPORTE_FEATURES ioctl
1504+
- /dev/btrfs-control now understands the GET_SUPPORTED_FEATURES ioctl
15051505
- get rid of harmless message "''could not find root %llu''"
15061506
- preparatory work for subpage-blocksize patchset
15071507
- fix bug when using overlayfs
@@ -1574,7 +1574,7 @@ Fixes:
15741574
^^^^^^^^^^^^^^^
15751575

15761576
- new tracepoints: file item
1577-
- fix qgoup accounting when inode_cache is in use
1577+
- fix qgroup accounting when inode_cache is in use
15781578
- fix incorrect number report in stat::t_blocks under certain conditions
15791579
- raid56 fixes:
15801580

@@ -1877,7 +1877,7 @@ Fixes:
18771877
^^^^^^^^^^^^^^^
18781878

18791879
* ''fiemap'' exports information about shared extents
1880-
* bugfix and stability foucsed release
1880+
* bugfix and stability focused release
18811881

18821882
3.14 (Mar 2014)
18831883
^^^^^^^^^^^^^^^

Documentation/btrfs-filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ defragment [options] <file>|<dir> [<file>|<dir>...]
140140
logic. Reasonable values are from tens to hundreds of megabytes.
141141

142142
--step SIZE
143-
Perform defragmention in the range in SIZE steps and flush (*-f*) after each one.
143+
Perform defragmentation in the range in SIZE steps and flush (*-f*) after each one.
144144
The range is default (the whole file) or given by *-s* and *-l*, split into
145145
the steps or done in one go if the step is larger. Minimum range size is 256KiB.
146146

Documentation/btrfs-ioctl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ BTRFS_IOC_ADD_DEV
550550

551551
Add a given block device to the filesystem. Unlike the command :command:`btrfs device add`
552552
there's are no safety checks (like existence of another filesystem on the
553-
device), device preparataion (like TRIM or zone reset), so use it with care.
553+
device), device preparation (like TRIM or zone reset), so use it with care.
554554

555555
This is a filesystem-exclusive operation and it will fail if there's another
556556
one already running, with one exception, when there's a paused balance.
@@ -968,7 +968,7 @@ Use cases (:ref:`definition of constants<struct_btrfs_ioctl_subvol_wait>`):
968968
* - ioctl args
969969
- :ref:`struct btrfs_ioctl_subvol_wait<struct_btrfs_ioctl_subvol_wait>`
970970
* - args.subvolid
971-
- Depending on the mode, the numeric id of subolume to wait for, or
971+
- Depending on the mode, the numeric id of subvolume to wait for, or
972972
the one queried by *PEEK* modes
973973
* - args.mode
974974
- mode of operation described above

Documentation/btrfs-man5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ SYSFS INTERFACE
220220

221221
.. include:: ch-sysfs.rst
222222

223-
.. _man-btrfs5-fileysstem-exclusive-operations:
223+
.. _man-btrfs5-filesystem-exclusive-operations:
224224

225225
FILESYSTEM EXCLUSIVE OPERATIONS
226226
-------------------------------

Documentation/ch-sysfs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ exclusive_operation
7272

7373
Shows the running exclusive operation.
7474
Check section
75-
:ref:`FILESYSTEM EXCLUSIVE OPERATIONS<man-btrfs5-fileysstem-exclusive-operations>`
75+
:ref:`FILESYSTEM EXCLUSIVE OPERATIONS<man-btrfs5-filesystem-exclusive-operations>`
7676
for details.
7777

7878
generation
@@ -216,7 +216,7 @@ scrub_speed_max
216216
(RW, since: 5.14)
217217

218218
Shows the scrub speed limit for this device. The unit is Bytes/s.
219-
0 means no limit. The value can be set but is not persisent.
219+
0 means no limit. The value can be set but is not persistent.
220220

221221
writeable
222222
(RO, since: 5.6)

Documentation/dev/Developer-s-FAQ.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ candidate for a CC: of the bugreport.
6464

6565
**Do**: talk to the maintainer if he forgot to add this tag to the final patch.
6666
Reviews do take time and the patches land in various branches early after
67-
they're sent to the mailingslist for testing, but the reviews are always
67+
they're sent to the mailinglist for testing, but the reviews are always
6868
welcome.
6969

7070
**Do**: collect the Reviewed-by tags for patches that get resent unchanged e.g.
@@ -236,7 +236,7 @@ Good practices, contribution hints
236236
- be patient if your patch is not accepted immediately, try to send a gentle
237237
ping if there's a significant time without any action
238238
- if you want to start contributing but are not sure about how to do that,
239-
lurk in the mailingist or on the IRC channel
239+
lurk in the mailinglist or on the IRC channel
240240
- every patch should implement one thing -- this is vaguely defined, you may
241241
receive comments about patch splitting or merging with other
242242
- every patch must be compilable when applied, possibly with all related
@@ -451,7 +451,7 @@ copyright holders of changes in a given file. The code is usually heavily
451451
changed over time in smaller portions, slowly morphing into something that does
452452
not resemble the original code anymore though it shares a lot of the core ideas
453453
and implemented logic. A copyright notice by a company that does not exist
454-
anymore from 10 years ago is a clear example of uselesness for the developers.
454+
anymore from 10 years ago is a clear example of uselessness for the developers.
455455

456456
When code is moved verbatim from a file to another file, in the new file it
457457
appears to be contributed by a single author while it is in most cases code

Documentation/dev/Development-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ There are several ways how to react to the unexpected conditions:
120120
This would cause the filesystem to be flipped read-only to prevent further
121121
corruption.
122122

123-
Additionally call trace would be dumpped for the first btrfs_abort_transaction()
123+
Additionally call trace would be dumped for the first btrfs_abort_transaction()
124124
call site.
125125

126126
- ASSERT()

Documentation/dev/dev-btrees.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Log Root Tree
114114
UUID Tree
115115
---------
116116

117-
The tree storesc correspondence between UUIDs and subvolumes. Used for
117+
The tree stores correspondence between UUIDs and subvolumes. Used for
118118
quick lookup during send.
119119

120120

Documentation/mkfs.btrfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ hopefully not destroying both copies of particular data in case of DUP.
614614

615615
The wear levelling techniques can also lead to reduced redundancy, even if the
616616
device does not do any deduplication. The controllers may put data written in
617-
a short timespan into the same physical storage unit (cell, block etc). In case
617+
a short time span into the same physical storage unit (cell, block etc). In case
618618
this unit dies, both copies are lost. BTRFS does not add any artificial delay
619619
between metadata writes.
620620

0 commit comments

Comments
 (0)