fixed a typo
authorAnselm R. Garbe <garbeam@gmail.com>
Tue, 14 Aug 2007 07:54:51 +0200
changeset 951 3a0407d4b95b
parent 950 ebf2363d95f9
child 952 4f66942cc63b
fixed a typo
dwm.h
--- a/dwm.h	Mon Aug 13 20:10:44 2007 +0200
+++ b/dwm.h	Tue Aug 14 07:54:51 2007 +0200
@@ -116,7 +116,7 @@
 /* layout.c */
 void arrange(void);			/* arranges all windows depending on the layout in use */
 void focusclient(const char *arg);	/* focuses next(1)/previous(-1) visible client */
-const char *getsymbol(void);		/* returns True  symbol of enabled layout */
+const char *getsymbol(void);		/* returns symbol of enabled layout */
 Bool isfloating(void);			/* returns True if floating layout is enabled */
 Bool isarrange(void (*func)());		/* returns True if func is the layout function in use */
 void initlayouts(void);			/* initialize layout array */