[GICallableInfo] Fix a typo in the doc

This commit is contained in:
Johan Dahlin 2010-06-11 20:16:29 -03:00
parent 1eca3abe67
commit d89eb01974

View File

@ -34,7 +34,7 @@
*
* GICallableInfo represents an entity which is callable.
* Currently a function (#GIFunctionInfo), virtual function,
* (#GIVirtualFunc) or callback (#GICallbackInfo).
* (#GIVFuncInfo) or callback (#GICallbackInfo).
*
* A callable has a list of arguments (#GIArgInfo), a return type,
* direction and a flag which decides if it returns null.