typo fix
authorEnno Boland (tox) <tox@s01.de>
Sat, 17 Oct 2009 18:33:27 +0000 (20:33 +0200)
committerEnno Boland (tox) <tox@s01.de>
Sat, 17 Oct 2009 18:33:27 +0000 (20:33 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 8b57a85..addb887 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -751,7 +751,7 @@ spawn(Client *c, const Arg *arg) {
                        close(ConnectionNumber(dpy));
                setsid();
                execvp(((char **)arg->v)[0], (char **)arg->v);
-               fprintf(stderr, "tabbed: execvp %s", ((char **)arg->v)[0]);
+               fprintf(stderr, "surf: execvp %s", ((char **)arg->v)[0]);
                perror(" failed");
                exit(0);
        }