From: Alexander Kurtz Date: Wed, 30 Mar 2011 19:20:15 +0000 (+0200) Subject: x11: Fix typo X-Git-Tag: 0.12.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10001c15977c8e562d2fd6e7ecda47e6520372c7;p=thirdparty%2Fvala.git x11: Fix typo --- diff --git a/vapi/x11.vapi b/vapi/x11.vapi index 64cfca1bb..af0b96491 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -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);