dwm.h
changeset 796 75b1b25fe0d7
parent 793 79cb72e82b21
child 799 30ec8b96a7f6
--- 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 */