summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-12-08 19:34:23 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-12-08 19:34:23 -0500
commit17fec70022c30695ca9a1cbaab4494f92668a317 (patch)
treee54db7dd3effe4d2c0a1af975661e52bbbf0f03a
parent4f96353964a2012f03a7b736c0c84967c8310394 (diff)
downloadgtk+-17fec70022c30695ca9a1cbaab4494f92668a317.tar.gz
Fix another header guard oversight
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=741252
-rw-r--r--tests/variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variable.h b/tests/variable.h
index 72466897df..cc73022992 100644
--- a/tests/variable.h
+++ b/tests/variable.h
@@ -1,5 +1,5 @@
#ifndef __VARIABLE_H__
-#define __VARAIBLE_H__
+#define __VARIABLE_H__
typedef struct
{