From 50636742ee71fabd6fc306c4da53d2c431497f44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sim=C3=B3n=20Pena?= Date: Tue, 21 Sep 2010 21:47:55 +0200 Subject: [PATCH] Fix 'scope notified' annotation https://bugzilla.gnome.org/show_bug.cgi?id=630288 --- gtkdoc-mkdb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in index bf5bbc7..0d50121 100755 --- a/gtkdoc-mkdb.in +++ b/gtkdoc-mkdb.in @@ -315,7 +315,7 @@ my %AnnotationDefinition = ( 'transfer none' => "Don't free data after the code is done.", 'scope call' => "The callback is valid only during the call to the method.", 'scope async' => "The callback is valid until first called.", - 'scope notfied' => "The callback is valid until the GDestroyNotify argument is called.", + 'scope notified' => "The callback is valid until the GDestroyNotify argument is called.", 'type' => "Override the parsed C type with given type" ); -- 2.11.4.GIT