[Pkg-bitcoin-commits] [python-quamash] 187/269: fix misspelling

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:30 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 de326ebe1574f6596af899922c9b86e06736fed8
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Fri Jan 9 14:49:26 2015 -0800

    fix misspelling
---
 quamash/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 319c1ea..d318ea6 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -365,7 +365,7 @@ class QEventLoop(_baseclass):
 		except KeyError:
 			pass
 		else:
-			# this is neccessary to avoid race condition-like issues
+			# this is necessary to avoid race condition-like issues
 			existing.setEnabled(False)
 			existing.activated.disconnect()
 			# will get overwritten by the assignment below anyways
@@ -401,7 +401,7 @@ class QEventLoop(_baseclass):
 		except KeyError:
 			pass
 		else:
-			# this is neccessary to avoid race condition-like issues
+			# this is necessary to avoid race condition-like issues
 			existing.setEnabled(False)
 			existing.activated.disconnect()
 			# will get overwritten by the assignment below anyways

-- 
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