]> git.armaanb.net Git - dmenu.git/commitdiff
Fixed typo introduced by shared code
authorEric Pruitt <eric.pruitt@gmail.com>
Thu, 6 Aug 2015 02:19:14 +0000 (19:19 -0700)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Thu, 6 Aug 2015 10:47:51 +0000 (12:47 +0200)
dmenu.c

diff --git a/dmenu.c b/dmenu.c
index 11b6e8d4b585728dc2ab450a51f38a37abd2e90b..f0bc1769f32e5540d1678196cceaee8432dddb97 100644 (file)
--- 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);