summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-17 20:33:27 +0200
committerEnno Boland (tox) <tox@s01.de>2009-10-17 20:33:27 +0200
commitca10af07834c1d12f9536466f0b1fcfba810a6f7 (patch)
tree2eff7f0713ab7fc4f25d6c3d18d211f2bc451301 /surf.c
parent2cfbcbdf71fea8cb842b6b364ba95c7ab243458c (diff)
downloadsurf-ca10af07834c1d12f9536466f0b1fcfba810a6f7.tar.gz
surf-ca10af07834c1d12f9536466f0b1fcfba810a6f7.tar.bz2
surf-ca10af07834c1d12f9536466f0b1fcfba810a6f7.zip
typo fix
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
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);
}