Skip to content

Commit

Permalink
Fix simple typo: additionall -> additionally
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Dec 12, 2019
1 parent c9574d4 commit 64e5fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/config.py
Expand Up @@ -60,7 +60,7 @@ def __init__(self, *args, **kwargs):
``~/.ssh/config``.
:param bool lazy:
Has the same meaning as the parent class' ``lazy``, but additionall
Has the same meaning as the parent class' ``lazy``, but additionally
controls whether SSH config file loading is deferred (requires
manually calling `load_ssh_config` sometime.) For example, one may
need to wait for user input before calling `set_runtime_ssh_path`,
Expand Down

0 comments on commit 64e5fda

Please sign in to comment.