aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_dhcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_dhcp.py')
-rw-r--r--test/test_dhcp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_dhcp.py b/test/test_dhcp.py
index fbfb8a0c..6299975b 100644
--- a/test/test_dhcp.py
+++ b/test/test_dhcp.py
@@ -293,7 +293,7 @@ class TestDHCP(VppTestCase):
#
# Inject a response from the server
# dropped, because there is no IP addrees on the
- # clinet interfce to fill in the option.
+ # client interfce to fill in the option.
#
p = (Ether(dst=self.pg0.local_mac, src=self.pg0.remote_mac) /
IP(src=self.pg0.remote_ip4, dst=self.pg0.local_ip4) /