aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-03-30 15:55:07 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-03-30 15:55:07 +0000
commit4dd57ded6770bbf767006ddef25bc670f1bca419 (patch)
tree5a25a292495ec913dc1a171f6b8ca649ae17565c /main.c
parent4eda5b6b0616baa6ced2aaac73c6c1397f8c08e7 (diff)
downloaddzen-4dd57ded6770bbf767006ddef25bc670f1bca419.tar.gz
dzen-4dd57ded6770bbf767006ddef25bc670f1bca419.zip
corrected typo in draw.c
git-svn-id: http://dzen.googlecode.com/svn/trunk@261 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a66bf26..4ab3ebe 100644
--- a/main.c
+++ b/main.c
@@ -531,7 +531,7 @@ x_create_windows(int use_ewmh_dock) {
/* horizontal menu mode */
if(dzen.slave_win.ishmenu) {
- /* calculate width of menuentrieѕ, this is a very simple
+ /* calculate width of menuentries - this is a very simple
* approach but works well for general cases.
*/
int ew = dzen.slave_win.width / dzen.slave_win.max_lines;