texinfo-commits
[Top][All Lists]
Advanced

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

[5996] Fix typos in comments of info-utils.c.


From: Eli Zaretskii
Subject: [5996] Fix typos in comments of info-utils.c.
Date: Sat, 27 Dec 2014 08:13:43 +0000

Revision: 5996
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5996
Author:   eliz
Date:     2014-12-27 08:13:42 +0000 (Sat, 27 Dec 2014)
Log Message:
-----------
Fix typos in comments of info-utils.c.

Modified Paths:
--------------
    trunk/info/info-utils.c

Modified: trunk/info/info-utils.c
===================================================================
--- trunk/info/info-utils.c     2014-12-26 11:56:14 UTC (rev 5995)
+++ trunk/info/info-utils.c     2014-12-27 08:13:42 UTC (rev 5996)
@@ -1321,7 +1321,7 @@
     entry->start = text_buffer_off (&output_buf);
 
   /* Write text of label.  If there is a newline in the middle of
-     a reference label, turn off underling until text starts again. */
+     a reference label, turn off underlining until text starts again. */
   while (inptr < end)
     {
       nl_ptr = strchr (inptr, '\n');
@@ -1453,7 +1453,7 @@
       /* Copy any terminating punctuation before the optional newline. */
       copy_input_to_output (strspn (inptr, ".),"));
 
-      /* Output a newline if one is needed.  Don't do it at the end
+      /* Output a newline if one is needed.  Don't do it at the end of
          a paragraph. */
       if (nl_off && *inptr != '\n')
         { 




reply via email to

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