aboutsummarylogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorAnselm R. Garbe2006-07-13 09:32:22 +0200
committerAnselm R. Garbe2006-07-13 09:32:22 +0200
commit370491feb5db89605c73058fa7992318eda32409 (patch)
tree32d60daf56121ebd35d208487d6256d61995aad2 /util.c
parentb366b5a90e13f8324ff8bfc5c86d17f9422a1539 (diff)
downloadaur-370491feb5db89605c73058fa7992318eda32409.tar.gz
added logo+description
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 09fd872066ea..0a5bd96e1fde 100644
--- a/util.c
+++ b/util.c
@@ -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);