This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: cgi-bin/gnatsweb.pl


Spotted by Florian. (I'm aware that one may also need several input files,
but when I tried to rewrite it like that, I found it a bit confusing.)

Fix grammar in previous change.

Gerald

Index: gnatsweb.pl
===================================================================
RCS file: /cvs/gcc/wwwdocs/cgi-bin/gnatsweb.pl,v
retrieving revision 1.53
diff -u -3 -p -r1.53 gnatsweb.pl
--- gnatsweb.pl	22 Nov 2002 21:16:33 -0000	1.53
+++ gnatsweb.pl	23 Nov 2002 01:13:22 -0000
@@ -590,8 +590,8 @@ sub sendpr
       #GCC-LOCAL begin.
       if ($lc_fieldname eq "description")
       {
-        printf "<tr>\n<td></td>\n<td>When you provide (preprocessed) sources, "
-               ."please only insert them into one of the text fields if it is "
+        printf "<tr>\n<td></td>\n<td>When you provide (preprocessed) source, "
+               ."please only insert it into one of the text fields if it is "
                ."very small, say below 50 lines. Else <em>please</em> attach "
                ."it as a file (see below).";
       }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]