From e0ee0882ef6e8a6976fb56e2c9f78b43927a0b74 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 17 Jun 2026 14:49:31 -0700 Subject: [PATCH] Fix typo in error message --- src/ocrmypdf/_validation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocrmypdf/_validation.py b/src/ocrmypdf/_validation.py index c2e0f183..c8f26dcc 100644 --- a/src/ocrmypdf/_validation.py +++ b/src/ocrmypdf/_validation.py @@ -210,7 +210,7 @@ def create_input_file(options: OcrOptions, work_folder: Path) -> tuple[Path, str if running_in_docker(): # pragma: no cover msg += ( "\nDocker cannot access your working directory unless you " - "explicitly share it with the Docker container and set up" + "explicitly share it with the Docker container and set up " "permissions correctly.\n" "You may find it easier to use stdin/stdout:" "\n"