From: Zhenguo Niu Date: Tue, 9 Jun 2015 00:28:45 +0000 (+0800) Subject: Fix typos in docs X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d0bbfc090bb25f1e05b98f0ad70c18209b87ed6b;p=openstack-build%2Fneutron-build.git Fix typos in docs Change-Id: I71aeb8f1e5fc5f3e330e593a463858dd65e6093b --- diff --git a/doc/source/devref/callbacks.rst b/doc/source/devref/callbacks.rst index 4c9f54884..baaa98a83 100644 --- a/doc/source/devref/callbacks.rst +++ b/doc/source/devref/callbacks.rst @@ -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: diff --git a/doc/source/devref/contribute.rst b/doc/source/devref/contribute.rst index 932474e75..8f90e4d75 100644 --- a/doc/source/devref/contribute.rst +++ b/doc/source/devref/contribute.rst @@ -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