diff options
author | antialias <antialias@leap.se> | 2012-09-25 15:48:40 -0400 |
---|---|---|
committer | antialias <antialias@leap.se> | 2012-09-25 15:48:40 -0400 |
commit | 021e7ea900c64af9577412f11349f69e01634c0c (patch) | |
tree | 97493a736ca8659413eb90d0674311cf7570abff /src | |
parent | 4c183e81074066eb2b064896fbb741e99c50286d (diff) |
fixed typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/util/coroutines.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/util/coroutines.py b/src/leap/util/coroutines.py index e7ccfacf..b9d0a98b 100644 --- a/src/leap/util/coroutines.py +++ b/src/leap/util/coroutines.py @@ -72,7 +72,7 @@ def watch_output(out, observers): :type out: fd :param observers: tuple of coroutines to send data\ for each event - :type ovservers: tuple + :type observers: tuple """ observer_dict = dict(((observer, process_events(observer)) for observer in observers)) |