From: Ryan Lortie Date: Wed, 10 Mar 2010 05:31:44 +0000 (-0500) Subject: fix typo in posix vapi ([CCOde] -> [CCode]) X-Git-Tag: 0.8.0~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b61af83c10edcd7f566ffdae0559b52e37e3e2f;p=thirdparty%2Fvala.git fix typo in posix vapi ([CCOde] -> [CCode]) --- diff --git a/vapi/posix.vapi b/vapi/posix.vapi index 2a4966796..d032f5087 100644 --- a/vapi/posix.vapi +++ b/vapi/posix.vapi @@ -985,7 +985,7 @@ namespace Posix { [CCode (cheader_filename = "stdlib.h")] public int system (string command); - [CCOde (has_target = false, cheader_filename = "stdlib.h")] + [CCode (has_target = false, cheader_filename = "stdlib.h")] public delegate int compar_fn_t (void* key1, void* key2); [CCode (cheader_filename = "stdlib.h")]