From 6b29d62d7825a4641dc505fa494a7a97ae8c777a Mon Sep 17 00:00:00 2001 From: meejah Date: Wed, 22 Jun 2016 01:29:13 -0600 Subject: [PATCH] typo --- src/wormhole/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/cli/cli.py b/src/wormhole/cli/cli.py index 03d8cd5..30abe68 100644 --- a/src/wormhole/cli/cli.py +++ b/src/wormhole/cli/cli.py @@ -123,7 +123,7 @@ def wormhole(ctx, tor, no_listen, dump_timing, hide_progress, @inlineCallbacks def _dispatch_command(reactor, cfg, command): """ - Internal helper. This calls the give command (a no-argument + Internal helper. This calls the given command (a no-argument callable) with the Config instance in cfg and interprets any errors for the user. """