You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2011/02/23 19:24:48 UTC

svn commit: r1073869 - /subversion/trunk/tools/dist/checksums.py

Author: brane
Date: Wed Feb 23 18:24:48 2011
New Revision: 1073869

URL: http://svn.apache.org/viewvc?rev=1073869&view=rev
Log:
* tools/dist/checksums.py: Fix a couple typos that crept into the doc comment.

Modified:
    subversion/trunk/tools/dist/checksums.py

Modified: subversion/trunk/tools/dist/checksums.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/checksums.py?rev=1073869&r1=1073868&r2=1073869&view=diff
==============================================================================
--- subversion/trunk/tools/dist/checksums.py (original)
+++ subversion/trunk/tools/dist/checksums.py Wed Feb 23 18:24:48 2011
@@ -23,8 +23,8 @@
 # sha1sums as manifests.  Replaces the 'md5sum' and 'sha1sum' commands
 # on systems that do not have them, such as Mac OS X or Windows.
 #
-# Usage: check-sums.py [manifest]
-#   where "os.path.basename(manifest)" is either "md4sums" or "sha1sums"
+# Usage: checksums.py [manifest]
+#   where "os.path.basename(manifest)" is either "md5sums" or "sha1sums"
 #
 # Tested with the following Python versions:
 #        2.4   2.5   2.6   2.7   3.2