From 112e23c3e8bd279b4ee5464f39fb2b8df48b7f6d Mon Sep 17 00:00:00 2001 From: phillbush Date: Tue, 22 Sep 2020 19:30:31 -0300 Subject: [PATCH] fix comment on parsefonts() --- xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmenu.c b/xmenu.c index 76761cc..c5290c9 100644 --- a/xmenu.c +++ b/xmenu.c @@ -233,7 +233,7 @@ error: errx(1, "improper position: %s", optarg); } -/* parse color string */ +/* parse font string */ static void parsefonts(const char *s) { -- 2.20.1