Fix 'dependened upon' spelling error

Change-Id: I2f9888381805d584a2d1e17c14e85f3d6885404c
This commit is contained in:
Joshua Harlow
2015-09-29 17:01:45 -07:00
parent ba4704cd18
commit dc0bdb50f4

View File

@@ -86,7 +86,7 @@ class Failure(mixins.StrMixin):
re-used later to re-raise, inspect, examine, log, print, serialize,
deserialize...
One example where they are dependened upon is in the WBE engine. When a
One example where they are depended upon is in the WBE engine. When a
remote worker throws an exception, the WBE based engine will receive that
exception and desire to reraise it to the user/caller of the WBE based
engine for appropriate handling (this matches the behavior of non-remote