From 92059c9fb06cf2a625ade4002ecf243f8dcb3a2c Mon Sep 17 00:00:00 2001 From: Roland Date: Sat, 28 Jul 2012 09:05:52 +0200 Subject: [PATCH] fix broken comment --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 67334353a2..3fb657dc1b 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -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).