From 2bcede89415e333d7d4c45a1a66ab4414a208143 Mon Sep 17 00:00:00 2001 From: Colin Rofls Date: Wed, 2 Aug 2023 11:27:57 -0400 Subject: [PATCH] Typo fixes Co-authored-by: Cosimo Lupo --- resources/codegen_inputs/layout.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/codegen_inputs/layout.rs b/resources/codegen_inputs/layout.rs index ecb4217b8..f8c140235 100644 --- a/resources/codegen_inputs/layout.rs +++ b/resources/codegen_inputs/layout.rs @@ -553,12 +553,12 @@ table VariationIndex { /// A type representing a temporary identifier for a set of variation deltas. /// -/// The final indicies used in the VariationIndex table are not known until +/// The final indices used in the VariationIndex table are not known until /// all deltas have been collected. This variant is used to assign a /// temporary identifier during compilation. /// /// This type is not part of the spec and will never appear in an actual font file. -/// It is intended to serve as a sentinal value, and will panic when written, +/// It is intended to serve as a sentinel value, and will panic when written, /// ensuring that all VariationIndex tables have been correctly mapped before /// the font is compiled. #[write_fonts_only]