fixed some spelling mistakes

This commit is contained in:
Bastian Venthur
2022-06-14 20:02:12 +02:00
committed by Brian May
parent 90ec0a9cb6
commit a33a4829e2
4 changed files with 6 additions and 6 deletions

View File

@ -81,7 +81,7 @@ def test_assert_features():
def test_firewall_command():
method = get_method('nat')
assert not method.firewall_command("somthing")
assert not method.firewall_command("something")
@patch('sshuttle.methods.nat.ipt')