]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typos in docs
authorZhenguo Niu <niuzhenguo@huawei.com>
Tue, 9 Jun 2015 00:28:45 +0000 (08:28 +0800)
committerZhenguo Niu <niuzhenguo@huawei.com>
Tue, 9 Jun 2015 00:33:05 +0000 (08:33 +0800)
Change-Id: I71aeb8f1e5fc5f3e330e593a463858dd65e6093b

doc/source/devref/callbacks.rst
doc/source/devref/contribute.rst

index 4c9f54884475bdc124980949720fe392e45b6339..baaa98a83b795dc23a17630737070be8d1783b18 100644 (file)
@@ -223,7 +223,7 @@ There are a few options to unsubscribe registered callbacks:
   resource R, any notification of events related to resource R will no longer be handed
   over to C, after the unsubscribe_by_resource() invocation.
 * unsubscribe_all(): say that callback C has subscribed to events A, B for resource R1,
-  and events C, D for resource R2, any notification of events pertaining resouces R1 and
+  and events C, D for resource R2, any notification of events pertaining resources R1 and
   R2 will no longer be handed over to C, after the unsubscribe_all() invocation.
 
 The snippet below shows these concepts in action:
index 932474e7500b57034ef7380a550cc976115e564b..8f90e4d757de09a86924d74a131abaf977f34e40 100644 (file)
@@ -391,7 +391,7 @@ will be removed. The following aspects are captured:
     effort is not considered justified. Assessment may change in the
     future.
 
-  Absense of an entry for an existing plugin or driver means no active effort
+  Absence of an entry for an existing plugin or driver means no active effort
   has been observed or potentially not required.
 * Completed in: the release in which the effort is considered completed. Code
   completion can be deemed as such, if there is no overlap/duplication between