Edited wiki page GCINewArchitectureGSoC2011 through web user interface.
diff --git a/GCINewArchitectureGSoC2011.wiki b/GCINewArchitectureGSoC2011.wiki
index f0ff57f..7e70507 100644
--- a/GCINewArchitectureGSoC2011.wiki
+++ b/GCINewArchitectureGSoC2011.wiki
@@ -28,7 +28,7 @@
 As the list generator is required even for the GCI module, we move the list generatorfrom gsoc module to the core.
 ===Implementation===
  * Move gsoc.views.helper.lists to soc.views.lists and fix the corresponding imports
-==RequestData Object==
+== Request-Data Object ==
 A RequestData object that will be created for each request in the GCI module will be written.This extends the soc.views.helper.request_data.RequestData and GCI specific data is added to it.
 ===Implementation===
  * The GCI RequestData object contains the following fields