diff options
author | Eric Pruitt <eric.pruitt@gmail.com> | 2015-08-05 19:19:14 -0700 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-08-06 12:47:51 +0200 |
commit | bbf7b95dc93a47dbb5a4143b903797dc97197515 (patch) | |
tree | 2d9b0cb91d312a119f811672bf9d5a8dc285a48b /dmenu.c | |
parent | d6742ef8a6ce03f28ee9431ef51901ef712ffd76 (diff) |
Fixed typo introduced by shared code
Diffstat (limited to 'dmenu.c')
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |