[java-atk-wrapper] fix typo



commit b660968e5bdc53772789e25e91cc6313434e759a
Author: Magdalen Berns <m berns thismagpie com>
Date:   Wed Nov 5 15:48:57 2014 +0000

    fix typo
    
    should be Signal not Sigal

 jni/src/AtkWrapper.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/jni/src/AtkWrapper.c b/jni/src/AtkWrapper.c
index c4a6cb2..0763f0c 100644
--- a/jni/src/AtkWrapper.c
+++ b/jni/src/AtkWrapper.c
@@ -233,7 +233,6 @@ JNICALL Java_org_GNOME_Accessibility_AtkWrapper_loadAtkBridge(JNIEnv *jniEnv,
   g_mutex_unlock(atk_bridge_mutex);
 }
 
-typedef enum _SigalType {
   Sig_Text_Caret_Moved = 0,
   Sig_Text_Property_Changed_Insert = 1,
   Sig_Text_Property_Changed_Delete = 2,


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