groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/04: src/preproc/grn/main.cpp: Fix typo in comment.


From: G. Branden Robinson
Subject: [groff] 01/04: src/preproc/grn/main.cpp: Fix typo in comment.
Date: Sun, 19 Nov 2017 21:38:38 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 4019a18a7a2d56c5b9dacbd79d7c9c64ea038823
Author: G. Branden Robinson <address@hidden>
Date:   Sun Nov 19 18:28:36 2017 -0500

    src/preproc/grn/main.cpp: Fix typo in comment.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 src/preproc/grn/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/preproc/grn/main.cpp b/src/preproc/grn/main.cpp
index 4b698a6..833fd60 100644
--- a/src/preproc/grn/main.cpp
+++ b/src/preproc/grn/main.cpp
@@ -842,7 +842,7 @@ interpret(char *line)
   stipplecommand:              /* set stipple name */
     stipple = (char *) malloc(strlen(str2) + 1);
     strcpy(stipple, str2);
-    /* if its a 'known' font (currently only 'cf'), set indices    */
+    /* if it's a 'known' font (currently only 'cf'), set indices    */
     if (strcmp(stipple, "cf") == 0)
       defstipple_index = cf_stipple_index;
     else



reply via email to

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