Fix misc typos

[ci skip]
This commit is contained in:
Christian Göttsche
2021-08-08 15:10:34 +02:00
parent 97a859c5bd
commit 10e9ffd8e5
3 changed files with 3 additions and 3 deletions

View File

@ -230,7 +230,7 @@ When writing your PR or patch, the set of patches should contain the minimal cha
Each patch in itself should ideally be self-contained and runable.
A PR should not contain any merge commits.
To follow the uptream branch of your PR rebase your work instead.
To follow the upstream branch of your PR rebase your work instead.
Avoid small commits that just fix typos that another of your commits introduced.
Instead squash those changes in the appropriate commit that introduced that mistake.