JBoss Portal SVN: r12365 - in branches/JBoss_Portal_Branch_2_7/widget/src: resources/portal-widget-netvibes-war/WEB-INF and 1 other directories.
by portal-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2008-12-08 18:00:09 -0500 (Mon, 08 Dec 2008)
New Revision: 12365
Modified:
branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/widget/exceptions/WidgetFailure.java
branches/JBoss_Portal_Branch_2_7/widget/src/resources/portal-widget-netvibes-war/WEB-INF/portlet.xml
branches/JBoss_Portal_Branch_2_7/widget/src/resources/portal-widget-war/WEB-INF/portlet.xml
Log:
- Fixed typo.
Modified: branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/widget/exceptions/WidgetFailure.java
===================================================================
--- branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/widget/exceptions/WidgetFailure.java 2008-12-08 21:02:31 UTC (rev 12364)
+++ branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/widget/exceptions/WidgetFailure.java 2008-12-08 23:00:09 UTC (rev 12365)
@@ -22,13 +22,13 @@
******************************************************************************/
package org.jboss.portal.widget.exceptions;
+import org.jboss.portal.common.i18n.LocalizedString;
+import org.jboss.portal.widget.Widget;
+
import java.net.URL;
import java.util.Locale;
import java.util.Map;
-import org.jboss.portal.common.i18n.LocalizedString;
-import org.jboss.portal.widget.Widget;
-
/**
* @author <a href="mailto:emuckenh@redhat.com">Emanuel Muckenhuber</a>
* @version $Revision$
@@ -90,7 +90,7 @@
}
else
{
- return "Error while retreiving Widget: "+ urlString;
+ return "Error while retrieving Widget: "+ urlString;
}
}
else
Modified: branches/JBoss_Portal_Branch_2_7/widget/src/resources/portal-widget-netvibes-war/WEB-INF/portlet.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/widget/src/resources/portal-widget-netvibes-war/WEB-INF/portlet.xml 2008-12-08 21:02:31 UTC (rev 12364)
+++ branches/JBoss_Portal_Branch_2_7/widget/src/resources/portal-widget-netvibes-war/WEB-INF/portlet.xml 2008-12-08 23:00:09 UTC (rev 12365)
@@ -33,7 +33,7 @@
<display-name>Netvibes Widget Portlet</display-name>
<portlet-class>org.jboss.portal.widget.netvibes.NetvibesWidgetPortlet</portlet-class>
<init-param>
- <description>Connection timeout when retreiving gadgets from google directory (in milliseconds)</description>
+ <description>Connection timeout when retrieving gadgets from google directory (in milliseconds)</description>
<name>connectionTimeout</name>
<value>5000</value>
</init-param>
Modified: branches/JBoss_Portal_Branch_2_7/widget/src/resources/portal-widget-war/WEB-INF/portlet.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/widget/src/resources/portal-widget-war/WEB-INF/portlet.xml 2008-12-08 21:02:31 UTC (rev 12364)
+++ branches/JBoss_Portal_Branch_2_7/widget/src/resources/portal-widget-war/WEB-INF/portlet.xml 2008-12-08 23:00:09 UTC (rev 12365)
@@ -33,7 +33,7 @@
<display-name>Google Widget Portlet</display-name>
<portlet-class>org.jboss.portal.widget.google.GGWidgetPortlet</portlet-class>
<init-param>
- <description>Connection timeout when retreiving gadgets from google directory (in milliseconds)</description>
+ <description>Connection timeout when retrieving gadgets from google directory (in milliseconds)</description>
<name>connectionTimeout</name>
<value>5000</value>
</init-param>
17 years, 5 months