fix broken comment

This commit is contained in:
Roland 2012-07-28 09:05:52 +02:00
parent 25c89ae55a
commit 92059c9fb0

View file

@ -56,7 +56,7 @@ object AkkaBuild extends Build {
* online version of docs: the main docs are generated by
* akka-docs/sphinx and its dependencies, but we need to run the HTML
* part twice, so add it also as akka/sphinx. The trick is to reroute the
* dependencies of that one to their akka-docs/* brothers, for which the
* dependencies of that one to their akka-docs brothers, for which the
* map identity is crucial; if anybody knows how/why, please drop RK a
* line (without it, the pygments task would run twice in parallel for
* the same directory, wreaking the expected amount of havoc).