You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/09/23 01:57:07 UTC

svn commit: r1174457 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js

Author: hlship
Date: Thu Sep 22 23:57:07 2011
New Revision: 1174457

URL: http://svn.apache.org/viewvc?rev=1174457&view=rev
Log:
TAP5-999: Correct typo

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js?rev=1174457&r1=1174456&r2=1174457&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-spi.js Thu Sep 22 23:57:07 2011
@@ -20,7 +20,7 @@
  *
  * <p>
  * The SPI defines placeholders for functions whose implementations are provided
- * elsehwere. In some cases, an SPI may define a function in terms of other SPI
+ * elsewhere. In some cases, an SPI may define a function in terms of other SPI
  * functions; a framework layer may leave such a function alone or re-implement
  * it.
  */