Index: /trunk/const_string.c
===================================================================
--- /trunk/const_string.c	(revision 50)
+++ /trunk/const_string.c	(revision 51)
@@ -88,5 +88,5 @@
 /* }}} */
 /* {{{ xc_get_opcode */
-#if PHP_MAJAR_VERSION >= 6
+#if PHP_MAJOR_VERSION >= 6
 #	include     "const_string_opcodes_php6.x.h"
 #else
Index: /trunk/coverager.c
===================================================================
--- /trunk/coverager.c	(revision 50)
+++ /trunk/coverager.c	(revision 51)
@@ -56,5 +56,5 @@
 		fprintf(stderr, "mkdir %s\n", fullpath);
 #endif
-#if PHP_MAJAR_VERSION > 5
+#if PHP_MAJOR_VERSION > 5
 		php_stream_mkdir(fullpath, 0700, REPORT_ERRORS, NULL);
 #else
