Merge pull request #233 from sclaup/patch-1

Update index.md for StrutsTilesListener
diff --git a/source/plugins/tiles/index.md b/source/plugins/tiles/index.md
index 3ecc7da..cf911ca 100644
--- a/source/plugins/tiles/index.md
+++ b/source/plugins/tiles/index.md
@@ -38,7 +38,7 @@
    ```
 
 2. Register the Tiles listener. This listener will typically either be the standard tiles listener `org.apache.tiles.listener.TilesListener`
-   or the Struts2 replacement `org.apache.struts2.tiles.TilesListener`. The latter provides tighter integration with 
+   or the Struts2 replacement `org.apache.struts2.tiles.StrutsTilesListener`. The latter provides tighter integration with 
    Struts features such as freemarker integration.
 
    ```xml