commit bbf7b95dc93a47dbb5a4143b903797dc97197515
Author: Eric Pruitt <[email protected]>
AuthorDate: Wed Aug 5 19:19:14 2015 -0700
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Thu Aug 6 12:47:51 2015 +0200
Fixed typo introduced by shared code
diff --git a/dmenu.c b/dmenu.c
index 11b6e8d..f0bc176 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -118,7 +118,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);