summaryrefslogtreecommitdiffstats
path: root/CheckItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'CheckItem.h')
-rw-r--r--CheckItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CheckItem.h b/CheckItem.h
index 6cba3e22..eaf43ba6 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -1,4 +1,4 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_CheckItem
#define HEADER_CheckItem
@@ -21,8 +21,8 @@ typedef struct CheckItem_ {
bool* value;
} CheckItem;
-extern char* CHECKITEM_CLASS;
+extern char* CHECKITEM_CLASS;
CheckItem* CheckItem_new(char* text, bool* value);