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-11 09:22:09 -0500
commit87c5c662c083eb8b72af0139aff869cdb2b59462 (patch)
treec739ec60b4c2ddcfb10344dc21e3550767a0a43b
parentd6b4bd0967eecb0a8b7d45171db560ef0810f635 (diff)
downloadgtk+-87c5c662c083eb8b72af0139aff869cdb2b59462.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
{