]> git.proxmox.com Git - mirror_frr.git/commitdiff
tests: Fix spelling of conjuction
authorDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:28:09 +0000 (08:28 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:28:09 +0000 (08:28 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/topotest.py

index e786ae02cdf732a9e2d8571e31f3e07464d45965..27b566a8f5529fe9e1658e0176a40b7f678e276a 100644 (file)
@@ -746,7 +746,7 @@ def proto_name_to_number(protocol):
 def ip4_route(node):
     """
     Gets a structured return of the command 'ip route'. It can be used in
-    conjuction with json_cmp() to provide accurate assert explanations.
+    conjunction with json_cmp() to provide accurate assert explanations.
 
     Return example:
     {
@@ -787,7 +787,7 @@ def ip4_route(node):
 def ip4_vrf_route(node):
     """
     Gets a structured return of the command 'ip route show vrf {0}-cust1'.
-    It can be used in conjuction with json_cmp() to provide accurate assert explanations.
+    It can be used in conjunction with json_cmp() to provide accurate assert explanations.
 
     Return example:
     {
@@ -831,7 +831,7 @@ def ip4_vrf_route(node):
 def ip6_route(node):
     """
     Gets a structured return of the command 'ip -6 route'. It can be used in
-    conjuction with json_cmp() to provide accurate assert explanations.
+    conjunction with json_cmp() to provide accurate assert explanations.
 
     Return example:
     {
@@ -871,7 +871,7 @@ def ip6_route(node):
 def ip6_vrf_route(node):
     """
     Gets a structured return of the command 'ip -6 route show vrf {0}-cust1'.
-    It can be used in conjuction with json_cmp() to provide accurate assert explanations.
+    It can be used in conjunction with json_cmp() to provide accurate assert explanations.
 
     Return example:
     {
@@ -913,7 +913,7 @@ def ip6_vrf_route(node):
 def ip_rules(node):
     """
     Gets a structured return of the command 'ip rule'. It can be used in
-    conjuction with json_cmp() to provide accurate assert explanations.
+    conjunction with json_cmp() to provide accurate assert explanations.
 
     Return example:
     [