fixed a typo f2512243
Anselm R. Garbe · 2007-08-14 07:54 1 file(s) · +1 −1
dwm.h +1 −1
116 116
/* layout.c */
117 117
void arrange(void);			/* arranges all windows depending on the layout in use */
118 118
void focusclient(const char *arg);	/* focuses next(1)/previous(-1) visible client */
119 -
const char *getsymbol(void);		/* returns True  symbol of enabled layout */
119 +
const char *getsymbol(void);		/* returns symbol of enabled layout */
120 120
Bool isfloating(void);			/* returns True if floating layout is enabled */
121 121
Bool isarrange(void (*func)());		/* returns True if func is the layout function in use */
122 122
void initlayouts(void);			/* initialize layout array */