aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--draw.c4
-rw-r--r--main.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/draw.c b/draw.c
index 313f8fb..2ec7ce3 100644
--- a/draw.c
+++ b/draw.c
@@ -632,7 +632,7 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
if(r != 2)
px = px+n_posx<0? 0 : px + n_posx;
- if(r != 1)
+ if(r != 1)
py += n_posy;
} else {
set_posy = 0;
@@ -913,7 +913,7 @@ parse_non_drawing_commands(char * text) {
a_togglehide(NULL);
return 0;
}
- if(!strncmp(text, "^hide()", strlen("^ide()"))) {
+ if(!strncmp(text, "^hide()", strlen("^hide()"))) {
a_hide(NULL);
return 0;
}
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;