diff -r 3b23c75920a3 -r 75b1b25fe0d7 dwm.h --- a/dwm.h Tue Feb 20 13:56:21 2007 +0100 +++ b/dwm.h Wed Feb 21 11:04:33 2007 +0100 @@ -152,5 +152,5 @@ /* util.c */ extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ -extern void spawn(Arg *arg); /* forks a new subprocess with to arg's cmd */ +extern void spawn(Arg *arg); /* forks a new subprocess with arg's cmd */