From 53b8f2b25824b35eceb8865b674bec53df3f928f Mon Sep 17 00:00:00 2001
From: pangliye <pangliye@inspur.com>
Date: Tue, 19 Nov 2019 10:06:24 +0800
Subject: [PATCH] Fix misspell word

Change-Id: I8c0c9c4ee1fb8a708d41dae727869def661ef10b
---
 .../neutron-ovs-agent-support-baremetal-with-smart-nic.rst      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/specs/stein/neutron-ovs-agent-support-baremetal-with-smart-nic.rst b/specs/stein/neutron-ovs-agent-support-baremetal-with-smart-nic.rst
index ff9e77430..5261018ba 100644
--- a/specs/stein/neutron-ovs-agent-support-baremetal-with-smart-nic.rst
+++ b/specs/stein/neutron-ovs-agent-support-baremetal-with-smart-nic.rst
@@ -130,7 +130,7 @@ Example of smart NIC model::
                                 'vif_type': vif_type})
         self.updated_ports.add(port['id'])
 
-  When Neutron processes the ports the Neuton OVS agent will add the
+  When Neutron processes the ports the Neutron OVS agent will add the
   smart NIC port(s) to the OVSDB by ovs plugin in os-vif.
 
   Because RPC is not reliable we need to extend the full sync to do the following: