texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Tue, 6 Jul 2021 08:09:06 -0400 (EDT)

branch: master
commit 16b7d496e9d42e1661c46109cb9003c7ffe30de4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Jul 5 23:10:31 2021 +0100

    fix thinkos in comment
---
 tp/Texinfo/Report.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tp/Texinfo/Report.pm b/tp/Texinfo/Report.pm
index a6bc5e7..bea2200 100644
--- a/tp/Texinfo/Report.pm
+++ b/tp/Texinfo/Report.pm
@@ -245,9 +245,9 @@ sub gdt($$;$$)
   my $saved_LANGUAGE = $ENV{'LANGUAGE'};
 
   # We need to set LC_MESSAGES to a valid locale other than "C" or "POSIX"
-  # for translation via LANGUAGES to work.  (The locale is "C" if the
+  # for translation via LANGUAGE to work.  (The locale is "C" if the
   # tests are being run.)
-  #   Set LC_ALL rather than LC_MESSAGES for on Perl for MS-Windows.
+  #   Set LC_ALL rather than LC_MESSAGES for Perl for MS-Windows.
 
   my $locale;
   our $working_locale;



reply via email to

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