* src/utils/afmtodit/afmtodit.pl: Fix missing word in fatal diagnostic
  message.
---
 ChangeLog                      | 5 +++++
 src/utils/afmtodit/afmtodit.pl | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9ca5ac3e5..328a74ab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
        diagnostic emitted when a "download" file entry is invalid
        {typically because the font file named there doesn't exist}.
 
+2025-07-08  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * src/utils/afmtodit/afmtodit.pl: Fix missing word in fatal
+       diagnostic message.
+
 2025-07-08  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * src/devices/gropdf/gropdf.pl (LoadDownload): Trivially
diff --git a/src/utils/afmtodit/afmtodit.pl b/src/utils/afmtodit/afmtodit.pl
index 2de17b2d4..0781ed1f6 100644
--- a/src/utils/afmtodit/afmtodit.pl
+++ b/src/utils/afmtodit/afmtodit.pl
@@ -261,7 +261,7 @@ else {
        $filename = $sys_desc;
     }
     else {
-       croak("cannot '$sys_desc': $!");
+       croak("cannot open '$sys_desc': $!");
     }
 }
 
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to