mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
gfx: Fix a minor typo.
This commit is contained in:
parent
53f47e74db
commit
af8fcdf073
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ impl<'a> GlyphStore {
|
||||||
assert!(i < self.char_len());
|
assert!(i < self.char_len());
|
||||||
|
|
||||||
let entry = GlyphEntry::complex(cluster_start, ligature_start, 0);
|
let entry = GlyphEntry::complex(cluster_start, ligature_start, 0);
|
||||||
debug!("adding spacer for chracter without associated glyph[idx={:?}]", i);
|
debug!("adding spacer for character without associated glyph[idx={:?}]", i);
|
||||||
|
|
||||||
self.entry_buffer[i.to_usize()] = entry;
|
self.entry_buffer[i.to_usize()] = entry;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue