[Trivialfix]Fix typos in karbor

Fix the typo in karbor.

Change-Id: I7e5ad5640efb7c37c9e98ccb080092ffbe2569c3
This commit is contained in:
shangxiaobj 2017-09-01 01:53:08 -07:00
parent 3dc1e4b5ea
commit 1364658e05
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ For *each* operation the plugin can implement each of the hooks:
#. **Preparation hooks**: as noted, preparation is for running tasks in
relation to other resources in the graph. This is why two hooks exist, one
for running before dependent resources' preperation and one for after.
for running before dependent resources' preparation and one for after.
#. **Prepare begin hook**: invoked before any hook of this resource and
dependent resources has begun.