From 146033f5da8ee588c9a4dda93aba64477e174541 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 5 Jun 2017 09:17:37 +0200 Subject: spelling instanciate -> instantiate Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81 Reviewed-on: https://gerrit.libreoffice.org/38401 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- vcl/unx/gtk/a11y/atkfactory.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/unx/gtk/a11y') 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(); -- cgit v1.2.3