Merge "Fix spelling mistake"

This commit is contained in:
Jenkins
2014-03-27 06:53:39 +00:00
committed by Gerrit Code Review

View File

@@ -105,5 +105,5 @@ class Flow(flow.Flow):
def iter_links(self):
# NOTE(imelnikov): children in unordered flow have no dependencies
# betwean each other by construction.
# between each other due to invariants retained during construction.
return iter(())