From 71940dae6fd5673f0c682247216e6c989545bf9e Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 11 Feb 2008 18:06:22 +0100 Subject: [PATCH] Fix some typos in comments. --- openbox/event.c | 2 +- render/theme.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openbox/event.c b/openbox/event.c index ea24971..2d3ecec 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -855,7 +855,7 @@ static void event_handle_client(ObClient *client, XEvent *e) case ButtonRelease: /* Wheel buttons don't draw because they are an instant click, so it is a waste of resources to go drawing it. - if the user is doing an intereactive thing, or has a menu open then + if the user is doing an interactive thing, or has a menu open then the mouse is grabbed (possibly) and if we get these events we don't want to deal with them */ diff --git a/render/theme.c b/render/theme.c index cd2352c..8428f1d 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)) -- 1.9.1