(syms_of_xftfont): Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 9 Dec 2008 23:54:29 +0000 (23:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 9 Dec 2008 23:54:29 +0000 (23:54 +0000)
src/xftfont.c

index 5da5ac4..8eadd06 100644 (file)
@@ -586,7 +586,7 @@ syms_of_xftfont ()
 {
   DEFSYM (Qxft, "xft");
   DEFSYM (QChinting, ":hinting");
-  DEFSYM (QCautohint, ":autohing");
+  DEFSYM (QCautohint, ":autohint");
   DEFSYM (QChintstyle, ":hintstyle");
   DEFSYM (QCrgba, ":rgba");
   DEFSYM (QCembolden, ":embolden");