]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/contributing/versioning.rst
doc: fix spellings
[dpdk.git] / doc / guides / contributing / versioning.rst
index d69a5c3ab3666da3a64c201afad73ac68463da0d..ae10a984cade84a360f105a81d9aa4a205fd1e30 100644 (file)
@@ -261,7 +261,7 @@ with the public symbol name
         struct rte_acl_ctx *ctx;
         ...
 
         struct rte_acl_ctx *ctx;
         ...
 
-Note that the base name of the symbol was kept intact, as this is condusive to
+Note that the base name of the symbol was kept intact, as this is conducive to
 the macros used for versioning symbols.  That is our next step, mapping this new
 symbol name to the initial symbol name at version node 2.0.  Immediately after
 the function, we add this line of code
 the macros used for versioning symbols.  That is our next step, mapping this new
 symbol name to the initial symbol name at version node 2.0.  Immediately after
 the function, we add this line of code