about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-14 07:54:51 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-14 07:54:51 +0200
commitf2512243f494915fe91ebb5e67ac94abd5b528c6 (patch)
tree9e4dc13e378fff7208fd3fea0933e87f664e8add
parentb32cd4454b4608c29699e8e0215a5107ce357679 (diff)
downloaddwm-f2512243f494915fe91ebb5e67ac94abd5b528c6.tar.gz
fixed a typo
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index b26bd8c..236c780 100644
--- a/dwm.h
+++ b/dwm.h
@@ -116,7 +116,7 @@ void grabkeys(void);			/* grab all keys defined in config.h */
 /* 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 */