Bug 1937231 - Update vendored OTS source to latest upstream r=jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D234585
This commit is contained in:
Anthony Kirkpatrick
2025-01-16 22:46:25 +00:00
parent 0e9ea1e6fa
commit f86d66e231
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ origin:
url: https://github.com/khaledhosny/ots
release: 0dd1b117ac6dbdfd57fe267d3ccbf962f4b781b6 (2025-01-02T19:24:27Z).
revision: 0dd1b117ac6dbdfd57fe267d3ccbf962f4b781b6
release: 41136f2f0afc3db21a1f95b3348f62c5d6372b93 (2025-01-07T23:20:03Z).
revision: 41136f2f0afc3db21a1f95b3348f62c5d6372b93
license: BSD-3-Clause
license-file: LICENSE

View File

@@ -209,7 +209,7 @@ bool OpenTypeOS2::Parse(const uint8_t *data, size_t length) {
}
if (this->table.x_height < 0) {
Warning("Bad sxHeight settig it to 0: %d", this->table.x_height);
Warning("Bad sxHeight setting it to 0: %d", this->table.x_height);
this->table.x_height = 0;
}
if (this->table.cap_height < 0) {