test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] nics: fix typos
@ 2019-01-15  6:52 Rami Rosen
  2019-01-16  5:37 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2019-01-15  6:52 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

This patch fixes typos in three modules under nics:
addtional->additional

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 nics/atwood.py | 2 +-
 nics/br.py     | 4 ++--
 nics/rrc.py    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/nics/atwood.py b/nics/atwood.py
index 76a94bd..e1491c7 100644
--- a/nics/atwood.py
+++ b/nics/atwood.py
@@ -108,7 +108,7 @@ class Atwood(NetDevice):
         if 'tp_path' in port_cfg.keys():
             self.tp_path = port_cfg['tp_path']
 
-        # create addtional session
+        # create additional session
         self.ctrl_crb = CtrlCrb(crb)
 
     def setup(self):
diff --git a/nics/br.py b/nics/br.py
index 79c8a7b..d95a5f9 100644
--- a/nics/br.py
+++ b/nics/br.py
@@ -125,7 +125,7 @@ class BoulderRapid(NetDevice):
             port_info = self.host.get_port_info(first_addr)
             if port_info is None:
                 raise PortConfigParseException("BoulderRapid first port not found")
-            # get addtional session
+            # get additional session
             netdev = port_info['port']
             self.ctrl_crb = netdev.get_control()
             self.sec_port = True
@@ -144,7 +144,7 @@ class BoulderRapid(NetDevice):
         if 'tp_path' in port_cfg.keys():
             self.tp_path = port_cfg['tp_path']
 
-        # create addtional session
+        # create additional session
         self.ctrl_crb = CtrlCrb(crb)
 
     def setup(self):
diff --git a/nics/rrc.py b/nics/rrc.py
index a6ac175..099a6b1 100644
--- a/nics/rrc.py
+++ b/nics/rrc.py
@@ -126,7 +126,7 @@ class RedRockCanyou(NetDevice):
             port_info = self.host.get_port_info(first_addr)
             if port_info is None:
                 raise PortConfigParseException("RRC first port not found")
-            # get addtional session
+            # get additional session
             netdev = port_info['port']
             self.ctrl_crb = netdev.get_control()
             self.sec_port = True
@@ -145,7 +145,7 @@ class RedRockCanyou(NetDevice):
         if 'tp_path' in port_cfg.keys():
             self.tp_path = port_cfg['tp_path']
 
-        # create addtional session
+        # create additional session
         self.ctrl_crb = CtrlCrb(crb)
 
     def setup(self):
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-16  5:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15  6:52 [dts] [PATCH] nics: fix typos Rami Rosen
2019-01-16  5:37 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).