[gtk+] Fix spelling
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix spelling
- Date: Sun, 20 Feb 2011 21:46:49 +0000 (UTC)
commit 14fcfd3f7a35b0b8dd5d358082868af7072f1572
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Feb 20 16:46:27 2011 -0500
Fix spelling
It is 'accessible', not 'accesible'.
gtk/gtkaccessible.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c
index 81e0fec..eb7697f 100644
--- a/gtk/gtkaccessible.c
+++ b/gtk/gtkaccessible.c
@@ -45,11 +45,11 @@ static void gtk_accessible_real_connect_widget_destroyed (GtkAccessible *accessi
G_DEFINE_TYPE (GtkAccessible, gtk_accessible, ATK_TYPE_OBJECT)
static void
-gtk_accessible_init (GtkAccessible *accesible)
+gtk_accessible_init (GtkAccessible *accessible)
{
- accesible->priv = G_TYPE_INSTANCE_GET_PRIVATE (accesible,
- GTK_TYPE_ACCESSIBLE,
- GtkAccessiblePrivate);
+ accessible->priv = G_TYPE_INSTANCE_GET_PRIVATE (accessible,
+ GTK_TYPE_ACCESSIBLE,
+ GtkAccessiblePrivate);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]