diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4e548b4..8c2e1abf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ at anytime. ### Fixed * Fixed uncaught error when shutting down after a failed daemon startup + * Fixed spelling error in documentation. * ### Deprecated diff --git a/docs/cli.md b/docs/cli.md index 05f11805b..963c515e3 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -539,7 +539,7 @@ Options: : path to directory where file will be saved Returns: - (dict) Dictionary contaning information about the stream + (dict) Dictionary containing information about the stream { 'completed': (bool) true if download is completed, 'file_name': (str) name of file, diff --git a/docs/index.md b/docs/index.md index 644dc07cf..c6ad8010d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -211,7 +211,7 @@ Args: 'nout'(optional): (int) if specified, look for claim with this nout 'claim_id'(optional): (str) if specified, look for claim with this claim_id Returns: - (dict) Dictionary contaning claim info, (bool) false if claim is not + (dict) Dictionary containing claim info, (bool) false if claim is not resolvable { @@ -347,7 +347,7 @@ Args: 'timeout'(optional): (int) download timeout in number of seconds 'download_directory'(optional): (str) path to directory where file will be saved Returns: - (dict) Dictionary contaning information about the stream + (dict) Dictionary containing information about the stream { 'completed': (bool) true if download is completed, 'file_name': (str) name of file, diff --git a/lbrynet/daemon/Daemon.py b/lbrynet/daemon/Daemon.py index 4c43edf4c..8f4ac4f3e 100644 --- a/lbrynet/daemon/Daemon.py +++ b/lbrynet/daemon/Daemon.py @@ -1458,7 +1458,7 @@ class Daemon(AuthJSONRPCServer): : path to directory where file will be saved Returns: - (dict) Dictionary contaning information about the stream + (dict) Dictionary containing information about the stream { 'completed': (bool) true if download is completed, 'file_name': (str) name of file,