ttypo fix - surf - customized build of surf, the suckless webkit browser
(HTM) git clone git://src.adamsgaard.dk/surf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ca10af07834c1d12f9536466f0b1fcfba810a6f7
(DIR) parent 2cfbcbdf71fea8cb842b6b364ba95c7ab243458c
(HTM) Author: Enno Boland (tox) <tox@s01.de>
Date: Sat, 17 Oct 2009 20:33:27 +0200
ttypo fix
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/surf.c b/surf.c
t@@ -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);
}