[vala] fix typo in posix vapi ([CCOde] -> [CCode])



commit 2b61af83c10edcd7f566ffdae0559b52e37e3e2f
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Mar 10 00:31:44 2010 -0500

    fix typo in posix vapi ([CCOde] -> [CCode])

 vapi/posix.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 2a49667..d032f50 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")]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]