diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-10-17 20:33:27 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-10-17 20:33:27 +0200 |
commit | ca10af07834c1d12f9536466f0b1fcfba810a6f7 (patch) | |
tree | 2eff7f0713ab7fc4f25d6c3d18d211f2bc451301 | |
parent | 2cfbcbdf71fea8cb842b6b364ba95c7ab243458c (diff) | |
download | surf-ca10af07834c1d12f9536466f0b1fcfba810a6f7.tar.gz surf-ca10af07834c1d12f9536466f0b1fcfba810a6f7.tar.bz2 surf-ca10af07834c1d12f9536466f0b1fcfba810a6f7.zip |
typo fix
-rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |