diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2022-04-12 15:49:24 +0200 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2022-04-12 15:49:24 +0200 |
commit | 27cf199381eeda54bac225c7ed1712c42f61f044 (patch) | |
tree | 63ca93d068d3de9e7ae31120f02b9b33e4a0d480 | |
parent | 9151b5a5ef6634142cc810193a59630c863549c3 (diff) |
Fix spelling mistake of distributed
Spelling mistake was found by lintian.
Signed-off-by: Benjamin Drung <bdrung@ubuntu.com>
-rw-r--r-- | paramiko/ecdsakey.py | 2 | ||||
-rw-r--r-- | paramiko/ed25519key.py | 2 | ||||
-rw-r--r-- | paramiko/kex_group14.py | 2 | ||||
-rw-r--r-- | paramiko/kex_group16.py | 2 | ||||
-rw-r--r-- | paramiko/proxy.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/paramiko/ecdsakey.py b/paramiko/ecdsakey.py index 62bc8d9b..ad84fe31 100644 --- a/paramiko/ecdsakey.py +++ b/paramiko/ecdsakey.py @@ -7,7 +7,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. 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. diff --git a/paramiko/kex_group14.py b/paramiko/kex_group14.py index 2d82d764..8dee5515 100644 --- a/paramiko/kex_group14.py +++ b/paramiko/kex_group14.py @@ -7,7 +7,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. diff --git a/paramiko/kex_group16.py b/paramiko/kex_group16.py index b53aad38..c675f877 100644 --- a/paramiko/kex_group16.py +++ b/paramiko/kex_group16.py @@ -7,7 +7,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. diff --git a/paramiko/proxy.py b/paramiko/proxy.py index 3e3e61a6..f7609c98 100644 --- a/paramiko/proxy.py +++ b/paramiko/proxy.py @@ -7,7 +7,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. |