diff options
Diffstat (limited to 'public/fpdf_doc.h')
-rw-r--r-- | public/fpdf_doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h index 0b78743259..c3be0e0598 100644 --- a/public/fpdf_doc.h +++ b/public/fpdf_doc.h @@ -271,7 +271,7 @@ DLLEXPORT FPDF_BOOL STDCALL FPDFLink_GetQuadPoints(FPDF_LINK linkAnnot, // Returns the number of bytes in the title, including trailing zeros. // // The |buffer| is always encoded in UTF-16LE. The |buffer| is followed by two -// bytes of zeros indicating the end of the string. If |buflen| is less then +// bytes of zeros indicating the end of the string. If |buflen| is less than // the returned length, or |buffer| is NULL, |buffer| will not be modified. DLLEXPORT unsigned long STDCALL FPDF_GetMetaText(FPDF_DOCUMENT doc, FPDF_BYTESTRING tag, |