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:
Zhao Lei
2015-09-24 17:56:58 +08:00
parent 40aeacd721
commit 02c9e7e144
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ Hooks -- Single Name, Many Entry Points
=======================================
*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
a different name for the triggered event (e.g., ``startup`` and
``precommit``). Multiple entry points can share the same name within

View File

@@ -1,4 +1,4 @@
"""Tests for stevedore.exmaple.fields
"""Tests for stevedore.example.fields
"""
from stevedore.example import fields

View File

@@ -1,4 +1,4 @@
"""Tests for stevedore.exmaple.simple
"""Tests for stevedore.example.simple
"""
from stevedore.example import simple