[diffoscope] 01/01: Correct "instantiating" typo.

Chris Lamb chris at chris-lamb.co.uk
Thu Dec 22 23:18:19 CET 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit 8dde15f9200094882c26a1cf422556c43ec5d5dc
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Dec 22 22:18:10 2016 +0000

    Correct "instantiating" typo.
---
 diffoscope/comparators/binary.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/binary.py b/diffoscope/comparators/binary.py
index 792fca6..a6368d8 100644
--- a/diffoscope/comparators/binary.py
+++ b/diffoscope/comparators/binary.py
@@ -133,7 +133,7 @@ class File(object, metaclass=abc.ABCMeta):
                 return self._other_file.__class__.CONTAINER_CLASS(self)
             return None
         if not hasattr(self, '_as_container'):
-            logger.debug('instanciating %s for %s', self.__class__.CONTAINER_CLASS, self)
+            logger.debug('instantiating %s for %s', self.__class__.CONTAINER_CLASS, self)
             self._as_container = self.__class__.CONTAINER_CLASS(self)
         logger.debug('returning a %s for %s', self._as_container.__class__, self)
         return self._as_container

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list