summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 09:21:49 -0400
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 09:21:49 -0400
commit7d4a5e654c5421411f1d66360d594285d462d77f (patch)
tree0429a68e71dc11bf25840e0dae216458c71a5db7 /main.c
parents/TILED/TILE/g (diff)
downloaddwm-7d4a5e654c5421411f1d66360d594285d462d77f.tar.gz
dwm-7d4a5e654c5421411f1d66360d594285d462d77f.tar.bz2
dwm-7d4a5e654c5421411f1d66360d594285d462d77f.zip
fixed typo
Diffstat (limited to '')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7ada114..d2da0c1 100644
--- a/main.c
+++ b/main.c
@@ -129,7 +129,7 @@ setup()
dc.status[ColFG] = getcolor(STATUSFGCOLOR);
setfont(FONT);
- modew = textw(FLOATSYMBOL) > textw(TILEDSYMBOL) ? textw(FLOATSYMBOL) : textw(TILEDSYMBOL);
+ modew = textw(FLOATSYMBOL) > textw(TILESYMBOL) ? textw(FLOATSYMBOL) : textw(TILESYMBOL);
sx = sy = 0;
sw = DisplayWidth(dpy, screen);
sh = DisplayHeight(dpy, screen);