diff options
| author | Poommetee Ketson <poommetee@protonmail.com> | 2017-11-28 22:26:12 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-28 22:26:12 +0700 |
| commit | 24baf79c5e30b75f8370c24239a00085d7ad803f (patch) | |
| tree | 3eb4152d513d2d0be9398b18c9a859828420aa3d /thirdparty | |
| parent | 04145aade49ae09788f617ffb8df509455bbc87e (diff) | |
| parent | efe25585199d532ce3aa78e53bf31cded231cb57 (diff) | |
Merge pull request #13368 from martinlindhe/master
fix some typos
[ci skip]
Diffstat (limited to 'thirdparty')
| -rw-r--r-- | thirdparty/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |