You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2018/12/06 18:01:56 UTC

[syncope] branch master updated: Fix typos

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 067c216  Fix typos
067c216 is described below

commit 067c216cd815d676813c06cea771ef44d3963956
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().