diff --git a/components/gfx/text/glyph.rs b/components/gfx/text/glyph.rs index 45ec39ca717..f5999f614f7 100644 --- a/components/gfx/text/glyph.rs +++ b/components/gfx/text/glyph.rs @@ -533,7 +533,7 @@ impl<'a> GlyphStore { assert!(i < self.char_len()); 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; }