]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/font.c (syms_of_font): Fix typo.
authorPip Cet <pipcet@protonmail.com>
Thu, 16 Jan 2025 15:55:30 +0000 (15:55 +0000)
committerEshel Yaron <me@eshelyaron.com>
Fri, 17 Jan 2025 11:35:31 +0000 (12:35 +0100)
(cherry picked from commit 7fdec438ef2538aea2cd02e91216d32348e6eb59)

src/font.c

index d88757ee7a977a9b21193d1bc85c4ba83c360344..dfe479f93559440939223da88c05c5849ede658e 100644 (file)
@@ -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);