You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2018/07/21 22:03:29 UTC

svn commit: r1836416 - /portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp

Author: taylor
Date: Sat Jul 21 22:03:29 2018
New Revision: 1836416

URL: http://svn.apache.org/viewvc?rev=1836416&view=rev
Log:
fixing typo pointed out by Louis Vetsch

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp

Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp?rev=1836416&r1=1836415&r2=1836416&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp Sat Jul 21 22:03:29 2018
@@ -39,7 +39,7 @@ limitations under the License.
         <c:set var="why" value="${requestScope[whyKey]}"/>
         <c:set var="requiredKey"><%=ChangePasswordPortlet.REQUIRED%></c:set>
         <c:set var="required" value="${requestScope[requiredKey]}"/>
-        <c:set var="errorMeagesKey"><%=ChangePasswordPortlet.ERROR_MESSAGES%></c:set>
+        <c:set var="errorMessagesKey"><%=ChangePasswordPortlet.ERROR_MESSAGES%></c:set>
         <c:set var="errorMessages" value="${requestScope[errorMessagesKey]}"/>
 
         <c:if test="${why != null}">



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org