summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfview_c_api_test.c
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-12-06 09:53:27 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-06 09:53:27 -0800
commit6bdb56cad7f9e31183b90152324281ac52c4563d (patch)
tree5d857c81b4228a82b9480f8f9cc05762cc03f273 /fpdfsdk/fpdfview_c_api_test.c
parent1a1d7648d3e338b756e464cebb2ae1a815359afa (diff)
downloadpdfium-6bdb56cad7f9e31183b90152324281ac52c4563d.tar.xz
Fix FPDF_GetPageLabel API typo.
The API was originally committed as FPDF_GetPagelLabel but should be FPDF_GetPageLabel. BUG=pdfium:479 Review-Url: https://codereview.chromium.org/2559513002
Diffstat (limited to 'fpdfsdk/fpdfview_c_api_test.c')
-rw-r--r--fpdfsdk/fpdfview_c_api_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfview_c_api_test.c b/fpdfsdk/fpdfview_c_api_test.c
index 8cbbf4f3db..98478f0410 100644
--- a/fpdfsdk/fpdfview_c_api_test.c
+++ b/fpdfsdk/fpdfview_c_api_test.c
@@ -65,7 +65,7 @@ int CheckPDFiumCApi() {
CHK(FPDFLink_CountQuadPoints);
CHK(FPDFLink_GetQuadPoints);
CHK(FPDF_GetMetaText);
- CHK(FPDF_GetPagelLabel);
+ CHK(FPDF_GetPageLabel);
// fpdf_edit.h
CHK(FPDF_CreateNewDocument);