From 96fb69071631f7563da3bb1fab046291b28dd3c4 Mon Sep 17 00:00:00 2001 From: Henning Kopp Date: Mon, 8 Feb 2016 17:41:00 +0100 Subject: [PATCH] typo --- src/class_objectProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class_objectProcessor.py b/src/class_objectProcessor.py index f9972fe6..99bdc14f 100644 --- a/src/class_objectProcessor.py +++ b/src/class_objectProcessor.py @@ -26,7 +26,7 @@ import l10n class objectProcessor(threading.Thread): """ The objectProcessor thread, of which there is only one, receives network - objecs (msg, broadcast, pubkey, getpubkey) from the receiveDataThreads. + objects (msg, broadcast, pubkey, getpubkey) from the receiveDataThreads. """ def __init__(self): threading.Thread.__init__(self)