summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Context.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-07-22 12:52:18 -0700
committerTom Sepez <tsepez@chromium.org>2015-07-22 12:52:18 -0700
commit81698d1d14bcc9b04799c2bc47440e6d86629f18 (patch)
tree40166c86e6dd8ea0456e918305430dc6c939263d /core/src/fxcodec/jbig2/JBig2_Context.h
parentc5fa7f2a36ebd4c92c935e1332a2f7db4f3594d9 (diff)
downloadpdfium-81698d1d14bcc9b04799c2bc47440e6d86629f18.tar.xz
Merge to master: _FETAL => _FATAL.
(cherry picked from commit 8a0a834d2aea61fc92590839b86471ac73daa967) Original Review URL: https://codereview.chromium.org/1247213002 . Note: inadvertantly landed on XFA first. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1252013002 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_Context.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_Context.h b/core/src/fxcodec/jbig2/JBig2_Context.h
index 6e47a8a912..e6a0d7b3bc 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