[Checkins] SVN: zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/syncer.py fix typo

Fred Drake fdrake at gmail.com
Mon Oct 18 11:17:47 EDT 2010


Log message for revision 117723:
  fix typo
  

Changed:
  U   zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/syncer.py

-=-
Modified: zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/syncer.py
===================================================================
--- zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/syncer.py	2010-10-18 14:55:17 UTC (rev 117722)
+++ zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/syncer.py	2010-10-18 15:17:47 UTC (rev 117723)
@@ -71,7 +71,7 @@
 def toSNARF(obj, name):
     temp = tempfile.TemporaryFile()
     # TODO: Since we do not know anything about the target system here,
-    # we try to be on the save side. Case-sensivity and NFD should be 
+    # we try to be on the safe side. Case-sensivity and NFD should be 
     # determined from the request.
     
     snarf = repository.SnarfRepository(temp, case_insensitive=True, enforce_nfd=True)



More information about the checkins mailing list