You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@collab.net> on 2006/03/01 06:25:53 UTC

Re: [PATCH] more typo/wording fixes

You guys crack me up.  I actually tweaked that line in Ed's original
patch before committing, upcasing the acronym, and using the "a" style
taught to me by my en_US grade-school teachers:

--- subversion/libsvn_repos/dump.c      (revision 18645)
+++ subversion/libsvn_repos/dump.c      (revision 18646)
@@ -485,7 +485,7 @@
     }

   /* If we are supposed to dump text, write out a text length header
-     here, and a md5 checksum (if available.) */
+     here, and a MD5 checksum (if available). */
   if (must_dump_text && (kind == svn_node_file))
     {
       unsigned char md5_digest[APR_MD5_DIGESTSIZE];

-- 

Daniel Rall