From 93fd2b44c35117d72614ff98685f56329946f736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 24 Sep 2010 18:03:25 +0200 Subject: [PATCH] introspection: Fix typo in annotation --- gtk/gtkbuilder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 127bae2bc9..d0c4725ab5 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -1028,7 +1028,7 @@ gtk_builder_add_from_string (GtkBuilder *builder, * @builder: a #GtkBuilder * @buffer: the string to parse * @length: the length of @buffer (may be -1 if @buffer is nul-terminated) - * @object_ids: (array zero-teminated=1) (element-type utf8): nul-terminated array of objects to build + * @object_ids: (array zero-terminated=1) (element-type utf8): nul-terminated array of objects to build * @error: (allow-none): return location for an error, or %NULL * * Parses a string containing a GtkBuilder