diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-11 18:06:22 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-17 19:14:59 +0100 |
| commit | 71940dae6fd5673f0c682247216e6c989545bf9e (patch) | |
| tree | c0191d364a24ac24598b71f7e67fae7598edc5e4 /render | |
| parent | 6be85936aea651721419bb789677059ab3cffad8 (diff) | |
Fix some typos in comments.
Diffstat (limited to 'render')
| -rw-r--r-- | render/theme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/render/theme.c b/render/theme.c index cd2352c3..8428f1d9 100644 --- a/render/theme.c +++ b/render/theme.c @@ -220,7 +220,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, "border.color", &theme->frame_focused_border_color)) theme->frame_focused_border_color = RrColorNew(inst, 0, 0, 0); - /* title separator focused color inherits from focused boder color */ + /* title separator focused color inherits from focused border color */ if (!read_color(db, inst, "window.active.title.separator.color", &theme->title_separator_focused_color)) @@ -237,7 +237,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, RrColorNew(inst, theme->frame_focused_border_color->r, theme->frame_focused_border_color->g, theme->frame_focused_border_color->b); - /* title separator unfocused color inherits from unfocused boder color */ + /* title separator unfocused color inherits from unfocused border color */ if (!read_color(db, inst, "window.inactive.title.separator.color", &theme->title_separator_unfocused_color)) |
