summary refs log tree commit diff stats
path: root/pictor.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pictor.pl')
-rwxr-xr-xpictor.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pictor.pl b/pictor.pl
index 11778af..bffc7e2 100755
--- a/pictor.pl
+++ b/pictor.pl
@@ -76,7 +76,7 @@ foreach my $fn (@files) {
 pledge( qw( stdio ) ) or
     die "Unable to pledge: $!";
 
-# Die if we don't find any match.
+# die if no match is found.
 die "I don't know what '$term' means!\n" unless
     $total_acronyms;