summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJim Thompson <jim@netgate.com>2019-04-08 03:22:21 -0500
committerDamjan Marion <dmarion@me.com>2019-04-08 21:54:17 +0000
commitf324dec0a371431f9326f67e920630579741da3c (patch)
tree8fed403c84c02cc275e9cc629d2052d1edb281ed /test
parent46f877ebba5187336be01a5692903b5ecafc4345 (diff)
fixing typos
Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3 Signed-off-by: Jim Thompson <jim@netgate.com>
Diffstat (limited to 'test')
-rw-r--r--test/test_gre.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_gre.py b/test/test_gre.py
index cee7eea120f..85ef88fb25e 100644
--- a/test/test_gre.py
+++ b/test/test_gre.py
@@ -437,7 +437,7 @@ class TestGRE(VppTestCase):
#
# Send a packet stream that is routed into the tunnel
- # - they are all dropped since the tunnel's desintation IP
+ # - they are all dropped since the tunnel's destintation IP
# is unresolved - or resolves via the default route - which
# which is a drop.
#
@@ -581,7 +581,7 @@ class TestGRE(VppTestCase):
#
# Send a packet stream that is routed into the tunnel
- # - they are all dropped since the tunnel's desintation IP
+ # - they are all dropped since the tunnel's destintation IP
# is unresolved - or resolves via the default route - which
# which is a drop.
#