From 5a6264ef5ddcbeb626f96424ad629e222543125e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 15 Feb 2015 11:23:30 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=20"shadres"=20=E2=86=92=20"shaders"?= =?UTF-8?q?=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://bugzilla.gnome.org/show_bug.cgi?id=744394 --- gtk/gtkglarea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c index f843271735..0fc34cc05d 100644 --- a/gtk/gtkglarea.c +++ b/gtk/gtkglarea.c @@ -90,7 +90,7 @@ * ]| * * If you need to initialize OpenGL state, e.g. buffer objects or - * shadres, you should use the #GtkWidget::realize signal; you + * shaders, you should use the #GtkWidget::realize signal; you * can use the #GtkWidget::unrealize signal to clean up. * * If you need to change the options for creating the #GdkGLContext