commit | 90218fa93cf8b5d4b192be12d31aed92d271d09e | [log] [tgz] |
---|---|---|
author | Bruce Mitchener <[email protected]> | Wed Jan 31 20:44:45 2018 +0700 |
committer | Behdad Esfahbod <[email protected]> | Wed Jan 31 08:18:15 2018 -0800 |
tree | 4505380b0532c10aae2f6bae77878c8126fa872d | |
parent | 148ca61075d821a09e42e2c75fbc9be47cfc6003 [diff] [blame] |
Fix typos.
diff --git a/src/hb-common.cc b/src/hb-common.cc index 1d0e726..d1fcf79 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc
@@ -879,7 +879,7 @@ parse_bool (pp, end, &feature->value); /* CSS doesn't use equal-sign between tag and value. * If there was an equal-sign, then there *must* be a value. - * A value without an eqaul-sign is ok, but not required. */ + * A value without an equal-sign is ok, but not required. */ return !had_equal || had_value; }