]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
fix typo in posix vapi ([CCOde] -> [CCode])
authorRyan Lortie <desrt@desrt.ca>
Wed, 10 Mar 2010 05:31:44 +0000 (00:31 -0500)
committerRyan Lortie <desrt@desrt.ca>
Wed, 10 Mar 2010 05:31:44 +0000 (00:31 -0500)
vapi/posix.vapi

index 2a4966796b3432fdbbee23dcc834d44fd2f93f50..d032f5087c9641eab30f36c80555625bb8784943 100644 (file)
@@ -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")]