summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Arias <emmanuelarias30@gmail.com>2018-08-29 07:23:36 -0300
committerEmmanuel Arias <emmanuelarias30@gmail.com>2018-08-29 07:23:36 -0300
commitf046da9c2b39b1c37328f60c7c8a7183d59fd7a8 (patch)
treedec510dc1118f6c4d02029769abe8a0f5ec7c6fe
parent7991bd8251ed2b9a84a2ab9cca77ed0465122c66 (diff)
fix d/control
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 297f7e1..5f68765 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Package: python-scp
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: scp module for paramiko
- The scp.py module uses a paramiko transport to send and recieve files via the
+ The scp.py module uses a paramiko transport to send and receive files via the
scp1 protocol. This is the protocol as referenced from the openssh scp program,
and has only been tested with this implementation.
@@ -26,7 +26,7 @@ Package: python3-scp
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: scp module for paramiko (Python 3)
- The scp.py module uses a paramiko transport to send and recieve files via the
+ The scp.py module uses a paramiko transport to send and receive files via the
scp1 protocol. This is the protocol as referenced from the openssh scp program,
and has only been tested with this implementation.
.