commit ca10af07834c1d12f9536466f0b1fcfba810a6f7
parent 2cfbcbdf71fea8cb842b6b364ba95c7ab243458c
Author: Enno Boland (tox) <tox@s01.de>
Date: Sat, 17 Oct 2009 20:33:27 +0200
typo fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);
}