groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 04/08: [grog]: Fix typos.


From: G. Branden Robinson
Subject: [groff] 04/08: [grog]: Fix typos.
Date: Fri, 30 Jul 2021 01:25:03 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 4cc65be9751f3f708d4511c0776c41ac749c7a80
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jul 29 20:11:51 2021 +1000

    [grog]: Fix typos.
---
 src/utils/grog/grog.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/grog/grog.pl b/src/utils/grog/grog.pl
index 18b1bd9..0981349 100644
--- a/src/utils/grog/grog.pl
+++ b/src/utils/grog/grog.pl
@@ -331,7 +331,7 @@ sub do_line {
   #
   # An alternative to this kludge is noted below: if a "standard" macro
   # is redefined, we could delete it from the relevant lists and
-  # hashes.)
+  # hashes.
   if ($line =~ /\\\" Automatically generated by Pod::Man/) {
     $man_score += 100;
   }
@@ -343,7 +343,7 @@ sub do_line {
   return unless ($line =~ /^[.']/);    # Ignore text lines.
 
   # Normalize control lines; convert no-break control character to the
-  # regular one and remove unnecesssary whitespace.
+  # regular one and remove unnecessary whitespace.
   $line =~ s/^['.]\s*/./;
   $line =~ s/\s+$//;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]