From 0110869a62d9a38d79a5b3d6488c34a5ee7e48f1 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Sun, 5 Sep 2004 10:39:05 +0000 Subject: [PATCH] better wording --- examples/crfc2asn1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/crfc2asn1.pl b/examples/crfc2asn1.pl index 20e1f9f7..3e68c5d7 100755 --- a/examples/crfc2asn1.pl +++ b/examples/crfc2asn1.pl @@ -69,7 +69,7 @@ while(<>) { $found++; print "\n"; print "-- \n"; - print "-- Grammar found in $ARGV by $0 at " . $. . "\n"; + print "-- ASN.1 module found in $ARGV by $0 at " . $. . "\n"; print "-- \n"; print "\n"; } -- GitLab