summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2014-05-24 00:37:54 -0700
committerLei Zhang <thestig@chromium.org>2014-05-24 00:37:54 -0700
commit4201b2a5f38a6335d012aa4dc4cd19f6989d05f1 (patch)
tree7d24a0fd8c8651ff1e58ee6810b876fd50e635bd /fpdfsdk/include
parent197fd8dc8daac8da11f15d4d634d7415cfebbc25 (diff)
downloadpdfium-4201b2a5f38a6335d012aa4dc4cd19f6989d05f1.tar.xz
Fix a typo with PAGEMODE_UNKNOWN.
R=jam@chromium.org Review URL: https://codereview.chromium.org/297993002
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r--fpdfsdk/include/fpdf_ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/fpdf_ext.h b/fpdfsdk/include/fpdf_ext.h
index 5efe0e662d..96e3c857fd 100644
--- a/fpdfsdk/include/fpdf_ext.h
+++ b/fpdfsdk/include/fpdf_ext.h
@@ -71,7 +71,7 @@ DLLEXPORT FPDF_BOOL STDCALL FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_i
//flags for page mode.
//Unknown value
-#define PAGEMODE_UNKONOWN -1
+#define PAGEMODE_UNKNOWN -1
//Neither document outline nor thumbnail images visible
#define PAGEMODE_USENONE 0