More small typos

This commit is contained in:
Mario Ortiz Manero 2019-09-08 13:16:08 +02:00 committed by Mathieu Comandon
parent ba160ef0b0
commit 5c2c4a1281
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ If you are looking for issues to work on, have a look at the
[milestones](https://github.com/lutris/lutris/milestones) and see which one is
the closest to release then look at the tickets targeted at this release.
Don't forget that lutris is not only a desktop client, there are also a lot of
Don't forget that Lutris is not only a desktop client, there are also a lot of
issues to work on [on the website](https://github.com/lutris/website/issues)
and also in the [build scripts repository](https://github.com/lutris/buildbot)
where you can submit bash scripts for various open source games and engines we
@ -29,7 +29,7 @@ agreeing on a design first with the development team. You can submit such pull
requests but they will have to be updated with necessary changes from code
reviews of the development team. This is not only about writing good code but
also about providing good design for the overall product. Make sure to post all
the revelant information in a ticket or on the pull request. New features must
the relevant information in a ticket or on the pull request. New features must
at all times have a valid use case based on an actual game, be very specific
about why you are implementing a feature otherwise it will get rejected.
Avoid adding options in the GUI or introducing new installer directives for
@ -115,7 +115,7 @@ Submitting your changes
-----------------------
Make a new git branch based of `master` in most cases, or `next` if you want to
target a future release. Send a pull request through Github describing what
target a future release. Send a pull request through GitHub describing what
issue the patch solves. If the PR is related to and existing bug report, you
can add `(Closes #nnn)` or `(Fixes #nnn)` to your PR title or message, where
`nnn` is the ticket number you're fixing. If you have been fixing your PR with

View file

@ -47,7 +47,7 @@ the following command::
sudo python3 setup.py install
Altought this is the standard way of installing Python packages we STRONGLY
Although this is the standard way of installing Python packages we STRONGLY
advice against using it. You won't be able to easily remove the installed
version without you having to go through /usr/local and manually delete lutris
related files. The setup.py script is used by packaging tools to build the

View file

@ -11,7 +11,7 @@ managing, installing and providing optimal settings for games.
Lutris does not sell games. For commercial games, you must own a copy to install
the game on Lutris.
The platform uses programs referered to as 'runners' to launch games,
The platform uses programs referred to as 'runners' to launch games,
Those runners (with the exception of Steam and web browsers) are provided and
managed by Lutris, so you don't need to install them with your package manager.