From 9067fd683ebf8d6467f8cc5aa7daf5e1f950f846 Mon Sep 17 00:00:00 2001 From: thestig Date: Wed, 23 Nov 2016 14:10:06 -0800 Subject: Add APIs for limited use of document tagged code. BUG=pdfium:568 Review-Url: https://codereview.chromium.org/2519343002 --- public/fpdf_doc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/fpdf_doc.h') diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h index b245d46900..10f899549b 100644 --- a/public/fpdf_doc.h +++ b/public/fpdf_doc.h @@ -68,7 +68,7 @@ FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark); // |buflen| parameters. // // Regardless of the platform, the |buffer| is always in UTF-16LE encoding. The -// string is terminated by a UTF16 NUL character. If |buflen| is less then the +// string is terminated by a UTF16 NUL character. If |buflen| is less than the // required length, or |buffer| is NULL, |buffer| will not be modified. DLLEXPORT unsigned long STDCALL FPDFBookmark_GetTitle(FPDF_BOOKMARK bookmark, void* buffer, @@ -142,7 +142,7 @@ DLLEXPORT FPDF_DEST STDCALL FPDFAction_GetDest(FPDF_DOCUMENT document, // NUL character. // // Regardless of the platform, the |buffer| is always in UTF-16LE encoding. -// If |buflen| is less then the returned length, or |buffer| is NULL, |buffer| +// If |buflen| is less than the returned length, or |buffer| is NULL, |buffer| // will not be modified. DLLEXPORT unsigned long STDCALL FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen); @@ -156,7 +156,7 @@ FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen); // // Returns the number of bytes in the URI path, including trailing zeros. // -// The |buffer| is always encoded in 7-bit ASCII. If |buflen| is less then the +// The |buffer| is always encoded in 7-bit ASCII. If |buflen| is less than the // returned length, or |buffer| is NULL, |buffer| will not be modified. DLLEXPORT unsigned long STDCALL FPDFAction_GetURIPath(FPDF_DOCUMENT document, FPDF_ACTION action, -- cgit v1.2.3