Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some comments #2297

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion fabric/tunnels.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _run(self):
tunnels.append(tunnel)

exceptions = []
# Propogate shutdown signal to all tunnels & wait for closure
# Propagate shutdown signal to all tunnels & wait for closure
# TODO: would be nice to have some output or at least logging here,
# especially for "sets up a handful of tunnels" use cases like
# forwarding nontrivial HTTP traffic.
Expand Down
2 changes: 1 addition & 1 deletion sites/www/changelog-v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Changelog (1.x)
relative. Thanks to Alex Plugaru for the patch and Dan Craig for the
suggestion.
* :support:`1105 backported` Enhance ``setup.py`` to allow Paramiko 1.13+ under
Python 2.6+. Thanks to to ``@Arfrever`` for catch & patch.
Python 2.6+. Thanks to ``@Arfrever`` for catch & patch.
* :release:`1.8.3 <2014-03-21>`
* :release:`1.7.3 <2014-03-21>`
* :support:`- backported` Modified packaging data to reflect that Fabric
Expand Down