Merge "Correct two spelling mistakes in Neutron devrefs"

This commit is contained in:
Jenkins 2015-07-15 15:25:21 +00:00 committed by Gerrit Code Review
commit a243c7080a
2 changed files with 2 additions and 2 deletions

View 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

View 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.