]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
x11: Fix typo
authorAlexander Kurtz <kurtz.alex@googlemail.com>
Wed, 30 Mar 2011 19:20:15 +0000 (21:20 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 30 Mar 2011 19:20:15 +0000 (21:20 +0200)
vapi/x11.vapi

index 64cfca1bb7b0bb671b7d73739e37bda03053d420..af0b964914e28936a5aa161d3473b14171d48879 100644 (file)
@@ -202,7 +202,7 @@ namespace X {
                public int select_input (Window w, long event_mask);
 
                [CCode (cname = "XSendEvent")]
-               public void send_event (Window w, bool prpagate, long event_mask, ref Event event_send);
+               public void send_event (Window w, bool propagate, long event_mask, ref Event event_send);
 
                [CCode (cname = "XSetCloseDownMode")]
                public void set_close_down_mode (int close_mode);