From 33e6eef2132bde8054eb94d7b9eeba07dbabb620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Star=C3=BD=20Novotn=C3=BD?= Date: Tue, 30 Jul 2024 00:10:22 +0200 Subject: [PATCH] Fix a typo in error message --- markdown.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown.dtx b/markdown.dtx index e75afbc3..6dc400aa 100644 --- a/markdown.dtx +++ b/markdown.dtx @@ -33068,7 +33068,7 @@ function M.new(options) % \begin{macrocode} local pathname = assert(kpse.find_file(filename), [[Could not locate user-defined syntax extension "]] - .. filename .. [[" for reading]]) + .. filename) local input_file = assert(io.open(pathname, "r"), [[Could not open user-defined syntax extension "]] .. pathname .. [[" for reading]])