Merge pull request #114 from razvanm/patch-2

Fix a typo: s/topoligcally/topologically/
This commit is contained in:
Anders Ingemann 2014-06-26 17:21:27 +02:00
commit bde3019b45

View file

@ -36,7 +36,7 @@ successors.
The final task list that will be executed is computed by enumerating The final task list that will be executed is computed by enumerating
all tasks in the package, placing them in the graph and all tasks in the package, placing them in the graph and
`sorting them topoligcally <http://en.wikipedia.org/wiki/Topological_sort>`_. `sorting them topologically <http://en.wikipedia.org/wiki/Topological_sort>`_.
Subsequently the list returned is filtered to contain only the tasks the Subsequently the list returned is filtered to contain only the tasks the
provider and the plugins added to the taskset. provider and the plugins added to the taskset.