Index: core/src/fxcodec/jbig2/JBig2_Context.h |
diff --git a/core/src/fxcodec/jbig2/JBig2_Context.h b/core/src/fxcodec/jbig2/JBig2_Context.h |
index 6e47a8a9125570e7cc83f903d6e23f25f5a9504b..e6a0d7b3bc732324b0b62def75d7d458fb915d6e 100644 |
--- a/core/src/fxcodec/jbig2/JBig2_Context.h |
+++ b/core/src/fxcodec/jbig2/JBig2_Context.h |
@@ -25,7 +25,7 @@ typedef enum { |
#define JBIG2_SUCCESS 0 |
#define JBIG2_FAILED -1 |
#define JBIG2_ERROR_TOO_SHORT -2 |
-#define JBIG2_ERROR_FETAL -3 |
+#define JBIG2_ERROR_FATAL -3 |
#define JBIG2_END_OF_PAGE 2 |
#define JBIG2_END_OF_FILE 3 |
#define JBIG2_ERROR_FILE_FORMAT -4 |