diff options
author | Martin Lindhe <martin-commit@ubique.se> | 2017-11-28 16:18:22 +0100 |
---|---|---|
committer | Martin Lindhe <martin-commit@ubique.se> | 2017-11-28 16:18:22 +0100 |
commit | efe25585199d532ce3aa78e53bf31cded231cb57 (patch) | |
tree | 3eb4152d513d2d0be9398b18c9a859828420aa3d | |
parent | 04145aade49ae09788f617ffb8df509455bbc87e (diff) |
fix some typos
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | thirdparty/README.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6cb52cf5ff..68ec20a525 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ history when coming from PRs. Also try to make commits that bring the engine from one stable state to another stable state, i.e. if your first commit has a bug that you fixed in the second commit, try to merge them together before making your pull request (see ``git -rebase -i`` and relevant help about rebasing or ammending commits on the +rebase -i`` and relevant help about rebasing or amending commits on the Internet). This git style guide has some good practices to have in mind: diff --git a/thirdparty/README.md b/thirdparty/README.md index 05aface43b..49f974790f 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -57,7 +57,7 @@ Files extracted from upstream source: - Version: 1.06 - License: OFL-1.1 -Use UI font if exists, because it has tight vertial metrix and good for UI. +Use UI font if exists, because it has tight vertical metrics and good for UI. ### Hack Regular @@ -239,7 +239,7 @@ Collection of single-file libraries used in Godot components. * License: RSA Message-Digest License - `pcg.{cpp,h}` * Upstream: http://www.pcg-random.org - * Version: minimal C implemention, http://www.pcg-random.org/download.html + * Version: minimal C implementation, http://www.pcg-random.org/download.html * License: Apache 2.0 - `sha256.{c,h}` * Upstream: https://github.com/ilvn/SHA256 |