Author: mck Date: Tue Dec 6 04:09:34 2016 New Revision: 1772824 URL: http://svn.apache.org/viewvc?rev=1772824&view=rev Log: patch for typo: SerlvetContextListener --> ServletContextListener from: Raphael Ackermann <[email protected]>
ref: https://github.com/apache/tiles/pull/11 This closes #11 Modified: tiles/framework/trunk/src/site/apt/whats-new.apt Modified: tiles/framework/trunk/src/site/apt/whats-new.apt URL: http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/apt/whats-new.apt?rev=1772824&r1=1772823&r2=1772824&view=diff ============================================================================== --- tiles/framework/trunk/src/site/apt/whats-new.apt (original) +++ tiles/framework/trunk/src/site/apt/whats-new.apt Tue Dec 6 04:09:34 2016 @@ -34,7 +34,7 @@ What's new in Tiles 3.0 * Deprecations in Tiles 3.0 - * Starting Tiles in a web environment using a dummy Servlet. Use a SerlvetContextListener instead. + * Starting Tiles in a web environment using a dummy Servlet. Use a ServletContextListener instead. * Don't use the AttributeContext interface to pass attribute values to Tiles. Expression Languages are an easier, more maintainable way to change the value of attributes on a per-render basis.
