From 1c84490def2d1e5962653648678ec9206aa362b4 Mon Sep 17 00:00:00 2001 From: Pip Cet Date: Thu, 16 Jan 2025 15:55:30 +0000 Subject: [PATCH] ; * src/font.c (syms_of_font): Fix typo. (cherry picked from commit 7fdec438ef2538aea2cd02e91216d32348e6eb59) --- src/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.c b/src/font.c index d88757ee7a9..dfe479f9355 100644 --- a/src/font.c +++ b/src/font.c @@ -5995,7 +5995,7 @@ This variable cannot be set; trying to do so will signal an error. */); /* Because the above 3 variables are slots in the vector we create below, and because that vector is staticpro'd, we don't explicitly - staticpro the variables, to avoid wasting slots in ststicvec[]. */ + staticpro the variables, to avoid wasting slots in staticvec[]. */ staticpro (&font_style_table); font_style_table = CALLN (Fvector, Vfont_weight_table, Vfont_slant_table, Vfont_width_table); -- 2.39.5