gbranden pushed a commit to branch master
in repository groff.
commit 72d709858bcca22a0a9adaa8d5fcb92c080d7327
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 8 15:04:08 2025 -0500
[afmtodit]: This fatal error no verb.
* 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 <[email protected]>
+
+ * src/utils/afmtodit/afmtodit.pl: Fix missing word in fatal
+ diagnostic message.
+
2025-07-08 G. Branden Robinson <[email protected]>
* 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': $!");
}
}
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit