]> Dogcows Code - chaz/openbox/commitdiff
Fix some typos in comments.
authorMikael Magnusson <mikachu@comhem.se>
Mon, 11 Feb 2008 17:06:22 +0000 (18:06 +0100)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 17 Feb 2008 18:14:59 +0000 (19:14 +0100)
openbox/event.c
render/theme.c

index ea24971236da54a21eaa9e48ac86955399b4d01f..2d3ececa62feb351798588d55ce0d17de2cccd1e 100644 (file)
@@ -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
         */
index cd2352c3ca5bb43f8935e80d9b52e61cdda83be8..8428f1d9180e7ff26c5e25558ca9d6f926d94ddd 100644 (file)
@@ -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))
This page took 0.024812 seconds and 4 git commands to generate.