[PATCH] Fixed typo introduced by shared code

From: Eric Pruitt <eric.pruitt_AT_gmail.com>
Date: Wed, 5 Aug 2015 19:19:14 -0700

---
 dmenu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dmenu.c b/dmenu.c
index 3b465cf..12cf6c7 100644
--- a/dmenu.c
+++ b/dmenu.c
_AT_@ -128,7 +128,7 @@ main(int argc, char *argv[]) {
 	if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
 		fputs("warning: no locale support\n", stderr);
 	if(!(dpy = XOpenDisplay(NULL)))
-		die("dwm: cannot open display\n");
+		die("dmenu: cannot open display\n");
 	screen = DefaultScreen(dpy);
 	root = RootWindow(dpy, screen);
 	sw = DisplayWidth(dpy, screen);
-- 
2.1.4
--XsQoSWH+UP9D9v3l--
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Thu Aug 06 2015 - 05:48:10 CEST