Re: [hackers] [dmenu] [PATCH] Typo Patch

2015-08-06 Thread Hiltjo Posthuma
On Thu, Aug 6, 2015 at 4:20 AM, Eric Pruitt eric.pru...@gmail.com wrote:
 This patch fixes a typo in dmenu.


Hi!

Applied! Thanks for the patch.

Kind regards,
Hiltjo



[hackers] [dmenu] [PATCH] Typo Patch

2015-08-05 Thread Eric Pruitt
This patch fixes a typo in dmenu.

Eric
From 98573e0f8c4dda3ebe2a3639f24046c7d80cc3d8 Mon Sep 17 00:00:00 2001
From: Eric Pruitt eric.pru...@gmail.com
Date: Wed, 5 Aug 2015 19:19:14 -0700
Subject: [PATCH] Fixed typo introduced by shared code

---
 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
@@ -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