From 2b61af83c10edcd7f566ffdae0559b52e37e3e2f Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 10 Mar 2010 00:31:44 -0500 Subject: [PATCH] fix typo in posix vapi ([CCOde] -> [CCode]) --- vapi/posix.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")] -- 2.47.3