]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Correct two spelling mistakes in Neutron devrefs
authorNeil Jerram <Neil.Jerram@metaswitch.com>
Wed, 15 Jul 2015 11:19:23 +0000 (12:19 +0100)
committerNeil Jerram <Neil.Jerram@metaswitch.com>
Wed, 15 Jul 2015 11:21:59 +0000 (12:21 +0100)
Change-Id: Ia15c82363972845c70e773d85aa3be3beb2e0eb5

doc/source/devref/callbacks.rst
doc/source/devref/neutron_api.rst

index 4c6e6e71f249eb51ecf1e920ae282ee40f4fd83c..71c85f80edb34e3c38d51bd9150c2f7d82bc9ccf 100644 (file)
@@ -65,7 +65,7 @@ do whatever they are supposed to do. In a callback-less world this would work li
   # A gets hold of the references of B and C
   # A calls B
   # A calls C
-  B->my_random_method_for_knowning_about_router_created()
+  B->my_random_method_for_knowing_about_router_created()
   C->my_random_very_difficult_to_remember_method_about_router_created()
 
 If B and/or C change, things become sour. In a callback-based world, things become a lot
index 6479b6d8b791a7567e07892aaa62d253ad7884e1..1a609b2ce8961da50030df22868e8d1a7029fc40 100644 (file)
@@ -2,7 +2,7 @@ Neutron public API
 ==================
 
 Neutron main tree serves as a library for multiple subprojects that rely on
-different modules from neutron.* namespace to accomodate their needs.
+different modules from neutron.* namespace to accommodate their needs.
 Specifically, advanced service repositories and open source or vendor
 plugin/driver repositories do it.