summaryrefslogtreecommitdiff
path: root/testing/tools/api_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tools/api_check.py')
-rwxr-xr-xtesting/tools/api_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tools/api_check.py b/testing/tools/api_check.py
index ee769bcda5..c41701e0b8 100755
--- a/testing/tools/api_check.py
+++ b/testing/tools/api_check.py
@@ -7,7 +7,7 @@
This script gathers a list of functions from public/*.h that contain
FPDF_EXPORT. It then gathers a list of functions from
-fpdfsdk/fpdfview_c_api_test.c. It then verifies both lists do not contain
+fpdfsdk/fpdf_view_c_api_test.c. It then verifies both lists do not contain
duplicates, and they match each other.
"""