[dts] [PATCH] doc/dts_gsg: fix a typo

Rami Rosen ramirose at gmail.com
Fri Mar 22 11:55:00 CET 2019


This patch fixes a trivial typo in getting started guide.
covertion=>conversion.

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 doc/dts_gsg/intro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/dts_gsg/intro.rst b/doc/dts_gsg/intro.rst
index ce45c90..b86a1cb 100644
--- a/doc/dts_gsg/intro.rst
+++ b/doc/dts_gsg/intro.rst
@@ -55,7 +55,7 @@ In the DPDK Test Suite Test Framework, it provides the following modules to help
     +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
     | settings.py           | Setting for default network card and its identifiers supported by the framework                                                                              |
     +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
-    | utils.py              | Provide shared simple functions like IP address covertion and mask creation                                                                                  |
+    | utils.py              | Provide shared simple functions like IP address conversion and mask creation                                                                                  |
     +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
     | ssh_connection.py     | Create session to host, implement send_expect and copy function                                                                                              |
     +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
-- 
2.19.2



More information about the dts mailing list