summaryrefslogtreecommitdiff
path: root/paramiko/ed25519key.py
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2022-04-12 15:49:24 +0200
committerBenjamin Drung <bdrung@ubuntu.com>2022-04-12 15:49:24 +0200
commit27cf199381eeda54bac225c7ed1712c42f61f044 (patch)
tree63ca93d068d3de9e7ae31120f02b9b33e4a0d480 /paramiko/ed25519key.py
parent9151b5a5ef6634142cc810193a59630c863549c3 (diff)
downloadparamiko-27cf199381eeda54bac225c7ed1712c42f61f044.tar.gz
Fix spelling mistake of distributed
Spelling mistake was found by lintian. Signed-off-by: Benjamin Drung <bdrung@ubuntu.com>
Diffstat (limited to 'paramiko/ed25519key.py')
-rw-r--r--paramiko/ed25519key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/ed25519key.py b/paramiko/ed25519key.py
index b29d82c5..c9e37e0a 100644
--- a/paramiko/ed25519key.py
+++ b/paramiko/ed25519key.py
@@ -5,7 +5,7 @@
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
-# Paramiko is distrubuted in the hope that it will be useful, but WITHOUT ANY
+# Paramiko is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
# details.