texinfo-commits
[Top][All Lists]
Advanced

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

[8387] correct grammar


From: gavinsmith0123
Subject: [8387] correct grammar
Date: Tue, 23 Oct 2018 18:25:01 -0400 (EDT)

Revision: 8387
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8387
Author:   gavin
Date:     2018-10-23 18:25:01 -0400 (Tue, 23 Oct 2018)
Log Message:
-----------
correct grammar

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Parser.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-23 22:07:04 UTC (rev 8386)
+++ trunk/ChangeLog     2018-10-23 22:25:01 UTC (rev 8387)
@@ -1,5 +1,10 @@
 2018-10-23  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Parser.pm: Change 'same than' to 'same as' in
+       comments.
+
+2018-10-23  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Parser.pm (%simple_text_commands): Remove @ctrl.
        (_end_line): Change a comment.
 

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2018-10-23 22:07:04 UTC (rev 8386)
+++ trunk/tp/Texinfo/Parser.pm  2018-10-23 22:25:01 UTC (rev 8387)
@@ -160,14 +160,14 @@
 #                         is also in that structure.
 # line_commands           the same as %line_commands in Texinfo::Common, 
 #                         but with index entry commands dynamically added
-# close_paragraph_commands      same than %close_paragraph_commands, but with
+# close_paragraph_commands      same as %close_paragraph_commands, but with
 #                               insertcopying removed if INLINE_INSERTCOPYING
-# close_preformatted_commands   same than %close_preformatted_commands, but 
with
+# close_preformatted_commands   same as %close_preformatted_commands, but with
 #                               insertcopying removed if INLINE_INSERTCOPYING
-# no_paragraph_commands   the same than %default_no_paragraph_commands
+# no_paragraph_commands   the same as %default_no_paragraph_commands
 #                         below, with index
 #                         entry commands dynamically added
-# simple_text_commands    the same than %simple_text_commands below, but 
+# simple_text_commands    the same as %simple_text_commands below, but 
 #                         with index entry commands dynamically added
 # current_node            last seen node.
 # current_section         last seen section.
@@ -454,7 +454,7 @@
   }
 }
 
-# commands that accept almost the same than in full text, except
+# commands that accept almost the same as in full text, except
 # what do not make sense on a line.
 my %full_line_commands;
 $full_line_commands{'center'} = 1;
@@ -2063,7 +2063,7 @@
       pop @{$current->{'contents'}};
 
     } elsif ($spaces_element->{'type'} eq 'empty_line') {
-      # exactly the same condition than to begin a paragraph
+      # exactly the same condition as to begin a paragraph
       if ((!$current->{'type'} or $type_with_paragraph{$current->{'type'}})
          and !$no_paragraph_contexts{$self->{'context_stack'}->[-1]}) {
         $spaces_element->{'type'} = 'empty_spaces_before_paragraph';
@@ -5957,7 +5957,7 @@
 
 I<$float_types> is a hash reference whose keys are normalized float
 types (the first float argument, or the C<@listoffloats> argument).
-The normalization is the same than for node names. The value is the list
+The normalization is the same as for node names. The value is the list
 of float tree elements appearing in the texinfo document.
 
 =back




reply via email to

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