ref: 69b96a2c2248e3d45e16391a05b2aa5d202d911e
parent: d9f6cb0d7f88d15f8a110c63e84ab7b5514755c2
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Dec 29 09:15:36 EST 2024
"sixel-ouput?”: fix the typo (thanks willowgl)
--- a/sixel.c
+++ b/sixel.c
@@ -29,7 +29,7 @@
return iscvalue(v) && cv_class(ptr(v)) == FL(fsotype);
}
-BUILTIN("sixel-ouput?", fsixel_outputp)
+BUILTIN("sixel-output?", fsixel_outputp)
{
argcount(nargs, 1);
return issixeloutput(args[0]) ? FL_t : FL_f;