Skip to content

Commit 6e93ab1

Browse files
Fix typos
1 parent 283935b commit 6e93ab1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depend on later ones, they (should/should not) be submitted separately.
2929

3030
Pull requests should clearly state if the code is "ready for
3131
inclusion" or if further work is needed. Proof of concept or request
32-
for comment pull requests are fine but need to be labled as such.
32+
for comment pull requests are fine but need to be labeled as such.
3333

3434
Information about the change should go into the commit message. This
3535
includes not only what is changed, but also why. The commit message needs to
@@ -125,7 +125,7 @@ NULL arguments, don't check for it separately.
125125

126126
While many details differ and lot of it does not apply at all, the
127127
[Linux kernel coding style document](https://www.kernel.org/doc/html/latest/process/coding-style.html)
128-
contains lots of excellent guidance on good C programming practises if you
128+
contains lots of excellent guidance on good C programming practices if you
129129
filter out what is kernel specific.
130130

131131
## API/ABI considerations

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The latest releases are always available at:
77
Additional RPM documentation (papers, slides, HOWTOs) can also be
88
found at the same site: http://rpm.org.
99

10-
http://rpm.org/community all rpm releated mailing lists.
10+
http://rpm.org/community all rpm related mailing lists.
1111

1212
RPM was originally written by:
1313

0 commit comments

Comments
 (0)