From 7fc4e02d13e0deb6ad1a94718438b8a69b6036b3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 16 Feb 2016 09:30:30 +0100 Subject: menu: Fix typo --- src/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/menu.c b/src/menu.c index 3320767..8f55d3c 100644 --- a/src/menu.c +++ b/src/menu.c @@ -914,7 +914,7 @@ void feh_menu_init_common() opt.menu_fn = gib_imlib_load_font(opt.menu_font); if (!opt.menu_fn) eprintf - ("couldn't load menu font %s, did you make install?\nAre you specifying a nonexistant font?\nDid you tell feh where to find it with --fontpath?", + ("couldn't load menu font %s, did you make install?\nAre you specifying a nonexistent font?\nDid you tell feh where to find it with --fontpath?", opt.menu_font); } -- cgit v1.2.3