This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix typo in Java contributing page
- From: Matt Kraai <kraai at alumni dot cmu dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 17 Jun 2003 00:51:29 -0700
- Subject: Fix typo in Java contributing page
Howdy,
I've committed the following patch as obvious to the Java
contributing page.
Validated at w3.org.
--
Matt Kraai kraai@alumni.cmu.edu Debian GNU/Linux
* htdocs/java/contrib.html (Submitting Patches): Add missing
space.
Index: htdocs/java/contrib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.31
diff -3 -c -p -r1.31 contrib.html
*** htdocs/java/contrib.html 21 Mar 2003 08:55:35 -0000 1.31
--- htdocs/java/contrib.html 17 Jun 2003 07:46:29 -0000
*************** projects</a>.</p>
*** 94,100 ****
latest version of GNU diff.</li>
</ul>
! <p>Send <tt>libgcj</tt>patches to <a
href="mailto:java-patches@gcc.gnu.org">the patch mailing
list</a>. This list is <a href="http://gcc.gnu.org/ml/java-patches/">archived</a>.</p>
<p>Patches to the gcj front end -- the <tt>gcc/java</tt> directory --
--- 94,100 ----
latest version of GNU diff.</li>
</ul>
! <p>Send <tt>libgcj</tt> patches to <a
href="mailto:java-patches@gcc.gnu.org">the patch mailing
list</a>. This list is <a href="http://gcc.gnu.org/ml/java-patches/">archived</a>.</p>
<p>Patches to the gcj front end -- the <tt>gcc/java</tt> directory --