diff options
author | Andrey "Zed" Zaikin <zed.0xff@gmail.com> | 2018-04-18 17:07:07 +0300 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-04-18 16:24:26 +0000 |
commit | 701625b84f7a3ffc62520e0ba88bb9bbff4b280e (patch) | |
tree | 74daa91ee739892c4f57976de05f560783cc74b0 /test | |
parent | 889fe948df5d53c6210b4db402b8c07d3e45d680 (diff) |
typo fix: UNKOWN -> UNKNOWN
Change-Id: I008a4d7ad7160d1f07e7ceef712a5318a9368308
Signed-off-by: Andrey "Zed" Zaikin <zed.0xff@gmail.com>
Diffstat (limited to 'test')
-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 c0ce32c134c..5bdc3b2312e 100644 --- a/test/test_dvr.py +++ b/test/test_dvr.py @@ -321,7 +321,7 @@ class TestDVR(VppTestCase): route_2.add_vpp_config() # - # packets are dropped because bridge does not flood unkown unicast + # packets are dropped because bridge does not flood unknown unicast # self.send_and_assert_no_replies(self.pg0, pkt_no_tag) |