From: Barış Metin <Talip-Baris.Metin@sophia.inria.fr>
Date: Wed, 30 Jun 2010 15:49:59 +0000 (+0200)
Subject: typo
X-Git-Tag: 5.0-rc12~62^2
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=52d56174394e1e73559bd64a6dcd0837f3a8469b;p=build.git

typo
---

diff --git a/module-tools.py b/module-tools.py
index 9aa8324a..7988d7e4 100755
--- a/module-tools.py
+++ b/module-tools.py
@@ -11,7 +11,7 @@ from optparse import OptionParser
 # Moving to git we decided to rename some of the repositories. Here is
 # a map of name changes applied in git repositories.
 RENAMED_SVN_MODULES = {
-    "PLEWWW": "plewww"
+    "PLEWWW": "plewww",
     "PLCAPI": "plcapi"
     }