Author: poeml
Date: Wed Apr 11 21:13:37 2012
New Revision: 8269

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8269&view=rev
Log:
mb makehashes: fix typo in comment

Modified:
    trunk/mb/mb/hashes.py

Modified: trunk/mb/mb/hashes.py
URL: 
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/mb/hashes.py?rev=8269&r1=8268&r2=8269&view=diff
==============================================================================
--- trunk/mb/mb/hashes.py       (original)
+++ trunk/mb/mb/hashes.py       Wed Apr 11 21:13:37 2012
@@ -311,7 +311,7 @@
         # but not if the signature file is larger than 
         # the actual file -- that would be a sign that the signature
         # is not "detached", and could be huge (or contain characters that
-        # can not easily saved to the database for encoding reasons) 
+        # can not easily be saved to the database for encoding reasons) 
         if os.path.exists(self.src + '.asc') \
             and os.stat(self.src + '.asc').st_size < self.h.size:
             self.pgp = open(self.src + '.asc').read()




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
        unsubscribe
to the address mirrorbrain-commits-requ...@mirrorbrain.org

Reply via email to