diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-24 15:58:06 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-24 15:58:06 -0800 |
commit | d3116dc173ab3e798b056e008c0cb68f69acdca7 (patch) | |
tree | 6a04c92c71ad6f231a030ba33d65eebffdb61c7c /public/fpdf_formfill.h | |
parent | c98895c6a9d0809c2780f5180fa8054eeba04b2b (diff) | |
download | pdfium-d3116dc173ab3e798b056e008c0cb68f69acdca7.tar.xz |
XFA: DYNIMIC is spelled DYNAMIC
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1473053003 .
Diffstat (limited to 'public/fpdf_formfill.h')
-rw-r--r-- | public/fpdf_formfill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index d04911723d..297bd4af55 100644 --- a/public/fpdf_formfill.h +++ b/public/fpdf_formfill.h @@ -12,7 +12,7 @@ typedef void* FPDF_FORMHANDLE; #define DOCTYPE_PDF 0 // Normal pdf Document -#define DOCTYPE_DYNIMIC_XFA 1 // Dynimic xfa Document Type +#define DOCTYPE_DYNAMIC_XFA 1 // Dynamic xfa Document Type #define DOCTYPE_STATIC_XFA 2 // Static xfa Document Type // Exported Functions |