Fix spelling mistkae

This commit is contained in:
Joscha 2016-05-09 21:15:49 +02:00
parent 69162ab276
commit a177df8b1c

View file

@ -15,7 +15,7 @@ class Callbacks():
Certain arguments might be added, depending on the event. Certain arguments might be added, depending on the event.
""" """
if not event in self.callbacks: if not event in self._callbacks:
self._callbacks[event] = [] self._callbacks[event] = []
callback_info = { callback_info = {