summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtkdoc/mkdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkdoc/mkdb.py b/gtkdoc/mkdb.py
index da59c42..5658449 100644
--- a/gtkdoc/mkdb.py
+++ b/gtkdoc/mkdb.py
@@ -142,7 +142,7 @@ AnnotationDefinition = {
'not-error': "A GError parameter is not to be handled like a normal GError.",
'out': "Parameter for returning results. Default is <acronym>transfer full</acronym>.",
'out caller-allocates': "Out parameter, where caller must allocate storage.",
- 'out callee-allocates': "Out parameter, where caller must allocate storage.",
+ 'out callee-allocates': "Out parameter, where callee must allocate storage.",
'ref-func': "The specified function is used to ref a struct, must be a GTypeInstance.",
'rename-to': "Rename the original symbol's name to SYMBOL.",
'scope call': "The callback is valid only during the call to the method.",