? typo.patch
Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cvslog/README.txt,v
retrieving revision 1.6
diff -u -p -r1.6 README.txt
--- README.txt	12 Nov 2006 08:01:59 -0000	1.6
+++ README.txt	23 Jan 2008 19:27:36 -0000
@@ -2,7 +2,7 @@ $Id: README.txt,v 1.6 2006/11/12 08:01:5
 $Name:  $
 
 By setting up scripts in the CVSROOT hooks (loginfo, commitinfo,
-taginfo) this module stores CVS commit messages and makes the
+taginfo) this module stores CVS commit messages and makes them
 available on the web site. It also provides access control to the CVS
 repository based on Drupal project nodes.
 
@@ -21,7 +21,6 @@ Themeability:
 
 Site-specific customization:
   * Parts of this code are very specific to how this module is used
-
     on drupal.org. I'm trying to isolate as many of these
     site-specific hacks as possible into the cvs_local.inc file.
 
Index: cvs_local.example.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cvslog/cvs_local.example.inc,v
retrieving revision 1.8
diff -u -p -r1.8 cvs_local.example.inc
--- cvs_local.example.inc	4 Dec 2007 02:42:06 -0000	1.8
+++ cvs_local.example.inc	23 Jan 2008 19:27:36 -0000
@@ -139,7 +139,7 @@ function cvs_local_alter_project_release
     $tag = $_POST['tag'];
   }
   if (isset($tag) && $tag === 'HEAD') {
-    $form['version']['num']['#description'] = t('For releases being rebuilt from the trunk of the CVS repository (HEAD), you must use "x" for the %patch version and "dev" in the %extra to indicate it is a development snapshot. Furthermore, you should probably use "1" for the %major version to indicate that this is the initial version compatibile with the selected version of Drupal core, unless you are using HEAD as a place to develop new features still compatible with a previous version of core, in which case you should use "2" or higher, as appropriate.', array('%major' => t('Major'), '%patch' => t('Patch-level'), '%extra' => t('Extra identifier')));
+    $form['version']['num']['#description'] = t('For releases being rebuilt from the trunk of the CVS repository (HEAD), you must use "x" for the %patch version and "dev" in the %extra to indicate it is a development snapshot. Furthermore, you should probably use "1" for the %major version to indicate that this is the initial version compatible with the selected version of Drupal core, unless you are using HEAD as a place to develop new features still compatible with a previous version of core, in which case you should use "2" or higher, as appropriate.', array('%major' => t('Major'), '%patch' => t('Patch-level'), '%extra' => t('Extra identifier')));
     unset($form['version']['num']['version_extra']['#description']);
   }
 }
