Fix spelling typo for maunal
occuring -> occurring for patterns_loading.rst Plus some source comment spelling fix. Change-Id: Ia6c79588e70a4150fdcb8e71d14a4bba47a70a23 Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
@@ -53,7 +53,7 @@ Hooks -- Single Name, Many Entry Points
|
|||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
*Hooks*, *signals*, or *callbacks* are invoked based on an event
|
*Hooks*, *signals*, or *callbacks* are invoked based on an event
|
||||||
occuring within an application. All of the hooks for an application
|
occurring within an application. All of the hooks for an application
|
||||||
may share a single namespace (e.g., ``my.application.hooks``) and use
|
may share a single namespace (e.g., ``my.application.hooks``) and use
|
||||||
a different name for the triggered event (e.g., ``startup`` and
|
a different name for the triggered event (e.g., ``startup`` and
|
||||||
``precommit``). Multiple entry points can share the same name within
|
``precommit``). Multiple entry points can share the same name within
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
"""Tests for stevedore.exmaple.fields
|
"""Tests for stevedore.example.fields
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from stevedore.example import fields
|
from stevedore.example import fields
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
"""Tests for stevedore.exmaple.simple
|
"""Tests for stevedore.example.simple
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from stevedore.example import simple
|
from stevedore.example import simple
|
||||||
|
Reference in New Issue
Block a user