aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-09-16 18:00:56 +0000
committerBill Meier <wmeier@newsguy.com>2012-09-16 18:00:56 +0000
commitf58dafe94781cce263b785a400e5c7d6ac572f28 (patch)
tree31cea100d9246ba7f1509ad6558e77009a73dab9 /ui
parentb6423a84c8c825560961ac5f99564f6df00f912a (diff)
(trivial) fix a typo
svn path=/trunk/; revision=44929
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/old-gtk-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/old-gtk-compat.h b/ui/gtk/old-gtk-compat.h
index ceec1146a8..e856a14190 100644
--- a/ui/gtk/old-gtk-compat.h
+++ b/ui/gtk/old-gtk-compat.h
@@ -89,7 +89,7 @@
# define gtk_style_context_get_color_background(x,y,z) gdkcolor_to_color_t(&z, &x->base[y])
# if GTK_CHECK_VERSION (2, 14, 0) && defined(GSEAL_ENABLE)
/* This is too late, see https://bugzilla.gnome.org/show_bug.cgi?id=641089
- * Accoriding to
+ * According to
* http://ftp.acc.umu.se/pub/GNOME/sources/gtk+/2.13/gtk+-2.13.4.changes
* access to the button element was sealed during 2.13. They also admit that
* they missed a use case and thus failed to provide an accessor function: