Test before commit. Correcting a typo. - ttabbed - Simple tabbing application for X11.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2d057ecf17c8cb7a0d72983c17b9c1b176a6bce7
 (DIR) parent 03a03059bf79bb0290f7c7401f77500cc1766fa9
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Mon, 20 Aug 2012 09:05:45 +0200
       
       Test before commit. Correcting a typo.
       Diffstat:
         tabbed.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/tabbed.c b/tabbed.c
       @@ -785,7 +785,7 @@ spawn(const Arg *arg) {
                                close(ConnectionNumber(dpy));
                        setsid();
                        if(arg && arg->v) {
       -                        execvp(((char **)arg->v)[0], (char **)argv->v);
       +                        execvp(((char **)arg->v)[0], (char **)arg->v);
                                fprintf(stderr, "tabbed: execvp %s", ((char **)arg->v)[0]);
                        } else {
                                execvp(cmd[0], cmd);