Fix a typo: s/topoligcally/topologically/

This commit is contained in:
Razvan Musaloiu-E. 2014-06-26 07:05:46 -07:00
parent 9592e2445e
commit 091030affd

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.