You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/12/07 08:09:14 UTC

[syncope] branch 2_1_X updated: Fix typos

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new bc7a7d9  Fix typos
bc7a7d9 is described below

commit bc7a7d9fb6b34c92aabfd02541e1c472c5f7ad4e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Dec 6 18:01:35 2018 +0000

    Fix typos
---
 .../resources/META-INF/resources/app/js/services/userSelfService.js     | 2 +-
 .../src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/enduser/src/main/resources/META-INF/resources/app/js/services/userSelfService.js b/client/enduser/src/main/resources/META-INF/resources/app/js/services/userSelfService.js
index b7e05d3..269fa79 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/js/services/userSelfService.js
+++ b/client/enduser/src/main/resources/META-INF/resources/app/js/services/userSelfService.js
@@ -117,7 +117,7 @@ angular.module('login')
                       .then(function (response) {
                         return response;
                       }, function (response) {
-                        console.error("Something went wrong during passwod change, exit with status: ", response);
+                        console.error("Something went wrong during password change, exit with status: ", response);
                         return $q.reject(response.data || response.statusText);
                       });
             };
diff --git a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java
index 30f3444..b86fa94 100644
--- a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java
+++ b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java
@@ -1339,7 +1339,7 @@ public class UserIssuesITCase extends AbstractITCase {
         assertEquals(2, result.getPropagationStatuses().size());
         userTO = result.getEntity();
 
-        // 3. request to propagate passwod only to db
+        // 3. request to propagate password only to db
         UserPatch userPatch = new UserPatch();
         userPatch.setKey(userTO.getKey());
         userPatch.setPassword(new PasswordPatch.Builder().