Fix spelling mistake

Fix usage of 'occurred' (misspelled).

Change-Id: Ie71814bc1cda6536578a3bec2e072863990b8efa
This commit is contained in:
Joshua Harlow
2014-05-10 10:16:52 -07:00
committed by Thomas Goirand
parent f8cf742f6d
commit c258651f2f

View File

@@ -31,7 +31,7 @@ sys.path.insert(0, self_dir)
# INTRO: in this example linear_flow we will attach a listener to an engine
# and delay the return from a function until after the result of a task has
# occured in that engine. The engine will continue running (in the background)
# occurred in that engine. The engine will continue running (in the background)
# while the function will have returned.
import taskflow.engines