summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2016-10-31 20:27:06 +0200
committerErnestas Kulik <ernestask@src.gnome.org>2016-11-01 14:11:37 +0200
commit374c1931fd41938f3548fb42041d6a7c9a2ce2d9 (patch)
tree97f16f5c2436c5ed58724ea96f58b98fc00e5d54
parent96621a5e950c041e718923f58540c969164340c4 (diff)
downloadat-spi2-atk-374c1931fd41938f3548fb42041d6a7c9a2ce2d9.tar.gz
atk-adaptor: fix include guard
The include guard for accessible-stateset.h has a typo. https://bugzilla.gnome.org/show_bug.cgi?id=773744
-rw-r--r--atk-adaptor/accessible-stateset.h2
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>