Browse Source

Merge pull request #13368 from martinlindhe/master

fix some typos

[ci skip]
Poommetee Ketson 7 years ago
parent
commit
24baf79c5e
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CONTRIBUTING.md
  2. 2 2
      thirdparty/README.md

+ 1 - 1
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
 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
 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
 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).
 Internet).
 
 
 This git style guide has some good practices to have in mind:
 This git style guide has some good practices to have in mind:

+ 2 - 2
thirdparty/README.md

@@ -57,7 +57,7 @@ Files extracted from upstream source:
 - Version: 1.06
 - Version: 1.06
 - License: OFL-1.1
 - 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
 ### Hack Regular
 
 
@@ -239,7 +239,7 @@ Collection of single-file libraries used in Godot components.
   * License: RSA Message-Digest License
   * License: RSA Message-Digest License
 - `pcg.{cpp,h}`
 - `pcg.{cpp,h}`
   * Upstream: http://www.pcg-random.org
   * 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
   * License: Apache 2.0
 - `sha256.{c,h}`
 - `sha256.{c,h}`
   * Upstream: https://github.com/ilvn/SHA256
   * Upstream: https://github.com/ilvn/SHA256