mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
charecters -> characters
This commit is contained in:
parent
192d1ca069
commit
e6e9f1abdf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub fn fixed_to_rounded_int(before: int, f: i32) -> int {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Generate a 32-bit TrueType tag from its 4 charecters */
|
/* Generate a 32-bit TrueType tag from its 4 characters */
|
||||||
pub fn true_type_tag(a: char, b: char, c: char, d: char) -> u32 {
|
pub fn true_type_tag(a: char, b: char, c: char, d: char) -> u32 {
|
||||||
(a << 24 | b << 16 | c << 8 | d) as u32
|
(a << 24 | b << 16 | c << 8 | d) as u32
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue