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

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


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

commit ee5564c87637aa5fc0845ff4cee094cb36add9af
Author: Colm O hEigeartaigh <cohei...@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 6a6da2c..5d7e77e 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
@@ -1296,7 +1296,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().

Reply via email to