summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Context.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-07-22 12:48:58 -0700
committerTom Sepez <tsepez@chromium.org>2015-07-22 12:48:58 -0700
commit8a0a834d2aea61fc92590839b86471ac73daa967 (patch)
treeba2ec610ff380cf4e696980cdc4f01136f7b37a4 /core/src/fxcodec/jbig2/JBig2_Context.h
parent587fd358c90319316ba86d4840901a02005f3b83 (diff)
downloadpdfium-8a0a834d2aea61fc92590839b86471ac73daa967.tar.xz
_FETAL => _FATAL.
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1247213002 .
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