The warning printed when a recirculation node is missing said
"mising", and the sample configuration file said "aplicable".

Assisted-by: Claude Fable 5.1, Claude Code
Signed-off-by: LEEMINHYUNG <[email protected]>
---
 python/ovs/flowviz/odp/tree.py      | 2 +-
 python/ovs/flowviz/ovs-flowviz.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/ovs/flowviz/odp/tree.py b/python/ovs/flowviz/odp/tree.py
index d6526504b..b90d217a7 100644
--- a/python/ovs/flowviz/odp/tree.py
+++ b/python/ovs/flowviz/odp/tree.py
@@ -141,7 +141,7 @@ class FlowBlock(object):
                 self._next_recirc_nodes.add(recirc_nodes[recirc][in_port])
             except KeyError:
                 print(
-                    f"mising [recirc_id {hex(recirc)} inport {in_port}]. "
+                    f"missing [recirc_id {hex(recirc)} inport {in_port}]. "
                     "Flow tree will be incomplete.",
                     file=sys.stderr,
                 )
diff --git a/python/ovs/flowviz/ovs-flowviz.conf 
b/python/ovs/flowviz/ovs-flowviz.conf
index d6d63d052..10c44a9ab 100644
--- a/python/ovs/flowviz/ovs-flowviz.conf
+++ b/python/ovs/flowviz/ovs-flowviz.conf
@@ -15,7 +15,7 @@
 #    - highlighted: to apply when the key is highlighted
 #    - type.{TYPE}: to apply when the value matches a type
 #       (special types such as IPAddress or EthMask can be used)
-#       (only aplicable to 'value')
+#       (only applicable to 'value')
 #    - {key_name}: to apply when the key matches the key_name
 #
 # Console Styles
-- 
2.34.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to