diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 09:17:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 10:11:33 +0200 |
commit | 146033f5da8ee588c9a4dda93aba64477e174541 (patch) | |
tree | 99fc84a0f5ee143c5c2da55633dc6d3e39af897c /vcl/unx/gtk | |
parent | 17a2c9e8e2361de27013a25e51f3a3ca729f1b31 (diff) |
spelling instanciate -> instantiate
Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81
Reviewed-on: https://gerrit.libreoffice.org/38401
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r-- | vcl/unx/gtk/a11y/atkfactory.cxx | 4 |
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(); |