[Pkg-bitcoin-commits] [python-quamash] 191/269: typo fix

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:31 UTC 2017


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

js pushed a commit to branch master
in repository python-quamash.

commit 5e86d1669a33a2cd2dd25200b2d96a1670392144
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Fri Jan 9 20:13:16 2015 -0800

    typo fix
---
 quamash/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 5e6dd40..fb689f1 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -93,7 +93,7 @@ class _QThreadWorker(QtCore.QThread):
 					self._logger.debug('Setting Future result: {}'.format(r))
 					future.set_result(r)
 			else:
-				self._logger.debug('Future was cancelled')
+				self._logger.debug('Future was canceled')
 
 		self._logger.debug('Thread #{} stopped'.format(self.__num))
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list