JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added pointer warps on kb-driven/manage-driven focus
[dwm.git] / util.c
diff --git a/util.c b/util.c
index 09fd872..14a4511 100644 (file)
--- a/util.c
+++ b/util.c
@@ -11,7 +11,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 
-#include "wm.h"
+#include "dwm.h"
 
 void
 error(const char *errstr, ...) {
@@ -85,7 +85,7 @@ spawn(char *argv[])
                                close(ConnectionNumber(dpy));
                        setsid();
                        execvp(argv[0], argv);
-                       fprintf(stderr, "gridwm: execvp %s", argv[0]);
+                       fprintf(stderr, "dwm: execvp %s", argv[0]);
                        perror(" failed");
                }
                exit (0);