atk-adaptor: fix include guard
authorErnestas Kulik <ernestask@src.gnome.org>
Mon, 31 Oct 2016 18:27:06 +0000 (20:27 +0200)
committerErnestas Kulik <ernestask@src.gnome.org>
Tue, 1 Nov 2016 12:11:37 +0000 (14:11 +0200)
The include guard for accessible-stateset.h has a typo.

https://bugzilla.gnome.org/show_bug.cgi?id=773744

atk-adaptor/accessible-stateset.h

index e27e3c5..3a26221 100644 (file)
@@ -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>