diff options
author | Joseph Herlant <aerostitch@debian.org> | 2019-06-11 18:19:25 -0700 |
---|---|---|
committer | jkoan <jkoan@users.noreply.github.com> | 2019-06-13 19:41:41 +0200 |
commit | 3ecdd133c43ceb23d16b3be5e3c5ca9b42606ae1 (patch) | |
tree | 9023a7564518cd9fde1e8ff30e3f6ea8283e697c | |
parent | 7f0a12e338fc5d0704b9bd36c835fe1b6606428d (diff) | |
download | navit-3ecdd133c43ceb23d16b3be5e3c5ca9b42606ae1.tar.gz |
Fix typos
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5aae655f..9d11904f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ When pushing a pull request, please make sure you follow our: * [programming guidelines](https://wiki.navit-project.org/index.php/Programming_guidelines) * [commit message guidelines](https://wiki.navit-project.org/index.php/Commit_guidelines) -For more information on our developement process, see: https://wiki.navit-project.org/index.php/Development +For more information on our development process, see: https://wiki.navit-project.org/index.php/Development ## Submitting patches We are very happy that you like to participate and help the [[team]] to improve Navit :) To make this teamwork a pleasure for all, we will try to guide you trough this process: @@ -27,7 +27,7 @@ Point out that you like to submit a patch. * Get the newest Git Navit version (see [this documentation](https://help.github.com/en/articles/syncing-a-fork) on how to sync your fork) and apply your changes once more * Test if everything still works fine * [Create a pull request](https://help.github.com/articles/creating-a-pull-request/) on github - * Wait to verify that all the tests in our CI finish succesfully + * Wait to verify that all the tests in our CI finish successfully ### Review |