diff --git a/gfx/ots/moz.yaml b/gfx/ots/moz.yaml index 99c7d47c6b79..19fdee1d1684 100644 --- a/gfx/ots/moz.yaml +++ b/gfx/ots/moz.yaml @@ -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 diff --git a/gfx/ots/src/os2.cc b/gfx/ots/src/os2.cc index 5376a1dbb1a2..60bb005d1407 100644 --- a/gfx/ots/src/os2.cc +++ b/gfx/ots/src/os2.cc @@ -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) {