summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkfactory.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkfactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/a11y/atkfactory.cxx b/vcl/unx/gtk/a11y/atkfactory.cxx
index 8ddfe056d3b6..6ba88500913f 100644
--- a/vcl/unx/gtk/a11y/atkfactory.cxx
+++ b/vcl/unx/gtk/a11y/atkfactory.cxx
@@ -104,7 +104,7 @@ wrapper_factory_create_accessible( GObject *obj )
#if GTK_CHECK_VERSION(3,0,0)
GtkWidget* pEventBox = gtk_widget_get_parent(GTK_WIDGET(obj));
- // gail_container_real_remove_gtk tries to re-instanciate an accessible
+ // gail_container_real_remove_gtk tries to re-instantiate an accessible
// for a widget that is about to vanish ..
if (!pEventBox)
return atk_noop_object_wrapper_new();
@@ -119,7 +119,7 @@ wrapper_factory_create_accessible( GObject *obj )
#else
GtkWidget* pTopLevel = gtk_widget_get_parent(GTK_WIDGET(obj));
- // gail_container_real_remove_gtk tries to re-instanciate an accessible
+ // gail_container_real_remove_gtk tries to re-instantiate an accessible
// for a widget that is about to vanish ..
if (!pTopLevel)
return atk_noop_object_wrapper_new();