[at-spi2-atk] atk-adaptor: fix include guard



commit 374c1931fd41938f3548fb42041d6a7c9a2ce2d9
Author: Ernestas Kulik <ernestask src gnome org>
Date:   Mon Oct 31 20:27:06 2016 +0200

    atk-adaptor: fix include guard
    
    The include guard for accessible-stateset.h has a typo.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773744

 atk-adaptor/accessible-stateset.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atk-adaptor/accessible-stateset.h b/atk-adaptor/accessible-stateset.h
index e27e3c5..3a26221 100644
--- a/atk-adaptor/accessible-stateset.h
+++ b/atk-adaptor/accessible-stateset.h
@@ -21,7 +21,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifndef ACCESSSIBLE_STATE_SET_H_
+#ifndef ACCESSIBLE_STATE_SET_H_
 #define ACCESSIBLE_STATE_SET_H_
 
 #include <atk/atkstateset.h>


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