[GRASS-SVN] r35403 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 13 21:11:13 EST 2009
Author: hamish
Date: 2009-01-13 21:11:13 -0500 (Tue, 13 Jan 2009)
New Revision: 35403
Modified:
grass/trunk/SUBMITTING
Log:
typos, grammar (merge from devbr6)
Modified: grass/trunk/SUBMITTING
===================================================================
--- grass/trunk/SUBMITTING 2009-01-14 02:09:28 UTC (rev 35402)
+++ grass/trunk/SUBMITTING 2009-01-14 02:11:13 UTC (rev 35403)
@@ -44,20 +44,19 @@
/****************************************************************************
*
- * MODULE: d.rast (or new higher level module name (eg GRASS core)
- * for 6.1)
+ * MODULE: d.rast (or new higher level module name (eg GRASS core))
* AUTHOR(S): Original author unknown - probably CERL
- * John Doe - jdoe at some.where.org
+ * John Doe <jdoe at somewhere org>
* PURPOSE: To provide storage and manipulation of colors used for
* rendering the raster. The colors are stored in a doubly linked
* list which must be initialized with InitColors() before it can
* be used. Note that most linked list functionality (add,
- * remove, get) is supported, but their is no sorting
+ * remove, get) is supported, but there is no sorting
* functionality.
- * COPYRIGHT: (C) 2008 by the GRASS Development Team
+ * COPYRIGHT: (C) 2009 by the GRASS Development Team
*
* This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
+ * License (>=v2). Read the COPYING file that comes with GRASS
* for details.
*
*****************************************************************************/
More information about the grass-commit
mailing list