Skip to content

Commit 1e7e13e

Browse files
committed
btrfs-progs: README: spelling fixes
Signed-off-by: Diego Viola <[email protected]>
1 parent 3da67f1 commit 1e7e13e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@ testing information and [ci/README.md](ci/README.md) for CI information.
3030
Release cycle
3131
-------------
3232

33-
The major version releases are time-based and follow the cycle of the linux
34-
kernel releases. The cycle usually takes 2 months. A minor version releases may
33+
The major version releases are time-based and follow the cycle of the Linux
34+
kernel releases. The cycle usually takes 2 months. A minor version release may
3535
happen in the meantime if there are bug fixes or minor useful improvements
3636
queued.
3737

3838
The release tags are signed with a GPG key ID `F2B4 1200 C54E FB30 380C 1756 C565 D5F9 D76D 583B`,
3939
release tarballs are hosted at [kernel.org](https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/).
4040
See file [CHANGES](CHANGES) or [changelogs on RTD](https://btrfs.readthedocs.io/en/latest/CHANGES.html).
4141

42-
Releases with changelog are also published at [Github release page](https://github.com/kdave/btrfs-progs/releases).
42+
Releases with changelog are also published at [GitHub release page](https://github.com/kdave/btrfs-progs/releases).
4343

4444
### Static binaries
4545

4646
For each release there are static binaries of `btrfs` and `btrfs.box` provided.
4747
These can be used in rescue environments and are built for `x86_64`
48-
architecture (with maximum backward compatibility), inside the [Github Actions
48+
architecture (with maximum backward compatibility), inside the [GitHub Actions
4949
workflow](https://github.com/kdave/btrfs-progs/actions/workflows/artifacts-static-build.yml).
5050
The `btrfs.box` is an all-in-one tool in the [busybox](https://www.busybox.net)
5151
style, the functionality is determined by the binary names (either symlink,
52-
hradlink or a file copy).
52+
hardlink or a file copy).
5353

5454
### Feature compatibility
5555

@@ -67,7 +67,7 @@ The supported compilers are [gcc](https://gcc.gnu.org/) (minimal version 4.8)
6767
and [clang](https://clang.llvm.org/) (minimal version 3.4).
6868

6969
Build tests are done on [several distributions](https://github.com/kdave/btrfs-progs/blob/master/.github/workflows/ci-build-test.yml), see
70-
[Github actions workflow](https://github.com/kdave/btrfs-progs/actions/workflows/ci-build-test.yml).
70+
[GitHub Actions workflow](https://github.com/kdave/btrfs-progs/actions/workflows/ci-build-test.yml).
7171

7272
Reporting bugs
7373
--------------
@@ -76,18 +76,18 @@ There are several ways, each has its own specifics and audience that can give
7676
feedback or work on a fix. The following list is sorted in the order of
7777
preference:
7878

79-
* [Github issue tracker](https://github.com/kdave/btrfs-progs/issues)
79+
* [GitHub issue tracker](https://github.com/kdave/btrfs-progs/issues)
8080
* to the mailing list *[email protected]* -- (not required to
8181
subscribe), beware that the mail might get overlooked in other traffic
82-
* IRC (irc.libera.chat #btrfs) -- good for discussions eg. if a bug is already
82+
* IRC (irc.libera.chat #btrfs) -- good for discussions e.g. if a bug is already
8383
known, but reports could miss developers' attention
8484
* please don't use https://bugzilla.kernel.org for btrfs-progs bugs
8585

8686
Development
8787
-----------
8888

8989
The development takes place in the mailing list (*[email protected]*)
90-
or at Github (issues, pull requests). Changes should be split to logical parts
90+
or at GitHub (issues, pull requests). Changes should be split to logical parts
9191
if possible, documentation may be included in the same patch as to code or
9292
separately.
9393

@@ -106,14 +106,14 @@ The development model of btrfs-progs shares a lot with the kernel model. The
106106
change, you can read more about the
107107
[The Developer's Certificate of Origin (chapter 11)](https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin)
108108
* if you are not used to the signed-off style, your contributions won't be
109-
rejected just because of it's missing, the _Author:_ tag will be added as a
109+
rejected just because of it missing, the _Author:_ tag will be added as a
110110
substitute in order to allow contributions without much bothering with
111111
formalities
112112

113113
### Pull requests
114114

115-
The pull requests on Github may be used for code or documentation
116-
contributions. There are basic build checks enabled in the Github actions CI
115+
The pull requests on GitHub may be used for code or documentation
116+
contributions. There are basic build checks enabled in the GitHub Actions CI
117117
for pull requests. The status can be checked at the
118118
[workflow page](https://github.com/kdave/btrfs-progs/actions/workflows/pull-request.yml).
119119

@@ -135,7 +135,7 @@ The documentation for writing and running tests can be found in
135135
[tests/](tests/README.md) and continuous integration/container images in
136136
[ci/](ci/README.md).
137137

138-
Development branches are tested by Github
138+
Development branches are tested by GitHub
139139
[Action workflows](https://github.com/kdave/btrfs-progs/actions).
140140

141141
Code coverage provided by [codecov.io](https://codecov.io) can be found
@@ -173,7 +173,7 @@ The builtin implementations uses the following sources:
173173
[SHA256](https://tools.ietf.org/html/rfc4634),
174174
[BLAKE2](https://github.com/BLAKE2/BLAKE2).
175175

176-
Some other code is borrowed from kernel, eg. the raid5 tables or data structure
176+
Some other code is borrowed from kernel, e.g. the raid5 tables or data structure
177177
implementation (list, rb-tree).
178178

179179
References

0 commit comments

Comments
 (0)