From d3116dc173ab3e798b056e008c0cb68f69acdca7 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 24 Nov 2015 15:58:06 -0800 Subject: XFA: DYNIMIC is spelled DYNAMIC R=thestig@chromium.org Review URL: https://codereview.chromium.org/1473053003 . --- public/fpdf_formfill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') 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 -- cgit v1.2.3