diff options
Diffstat (limited to 'test/test_dvr.py')
-rw-r--r-- | test/test_dvr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_dvr.py b/test/test_dvr.py index 07ea7878a74..cf411bb0cb1 100644 --- a/test/test_dvr.py +++ b/test/test_dvr.py @@ -308,7 +308,7 @@ class TestDVR(VppTestCase): push_dot1q=93) # - # Disable UU flooding, learning and ARP terminaation. makes this test + # Disable UU flooding, learning and ARP termination. makes this test # easier as unicast packets are dropped if not extracted. # self.vapi.bridge_flags(bd_id=1, is_set=0, |