Author: sgala
Date: Fri May 16 07:37:01 2008
New Revision: 657082
URL: http://svn.apache.org/viewvc?rev=657082&view=rev
Log:
Typo (explose -> expose)
Modified:
incubator/shindig/trunk/config/container.js
Modified: incubator/shindig/trunk/config/container.js
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/config/container.js?rev=657082&r1=657081&r2=657082&view=diff
==============================================================================
--- incubator/shindig/trunk/config/container.js (original)
+++ incubator/shindig/trunk/config/container.js Fri May 16 07:37:01 2008
@@ -57,7 +57,7 @@
// See individual feature.xml files for configuration details.
"gadgets.features" : {
"core.io" : {
- // Note: /proxy is an open proxy. Be careful how you explose this!
+ // Note: /proxy is an open proxy. Be careful how you expose this!
"proxyUrl" : "proxy?refresh=%refresh%&url=%url%",
"jsonProxyUrl" : "proxy?output=js"
},