From: Enno Boland (tox) Date: Sat, 17 Oct 2009 18:33:27 +0000 (+0200) Subject: typo fix X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=ca10af07834c1d12f9536466f0b1fcfba810a6f7 typo fix --- diff --git a/surf.c b/surf.c index 8b57a85..addb887 100644 --- 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); }