You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2016/12/15 11:36:47 UTC

incubator-ranger git commit: Spelling corrections

Repository: incubator-ranger
Updated Branches:
  refs/heads/master dac747548 -> 18e248a4c


Spelling corrections


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/18e248a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/18e248a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/18e248a4

Branch: refs/heads/master
Commit: 18e248a4c8a52ff61fccc1dede3dac41e2c615e0
Parents: dac7475
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Dec 15 11:36:36 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Dec 15 11:36:36 2016 +0000

----------------------------------------------------------------------
 .../src/main/webapp/scripts/views/users/UserTableLayout.js       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/18e248a4/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js b/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js
index e8e434b..5b6faa7 100644
--- a/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js
+++ b/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js
@@ -159,7 +159,7 @@ define(function(require){
 						if(!_.isUndefined(resp) && !_.isUndefined(resp.responseJSON) && !_.isUndefined(resp.responseJSON.msgDesc)){
 							XAUtil.notifyError('Error', resp.responseJSON.msgDesc);
 						}else{
-							XAUtil.notifyError('Error', "Error occunred while updating user");
+							XAUtil.notifyError('Error', "Error occurred while updating user");
 						}
 						collection.trigger('error','',resp)
 					},
@@ -174,7 +174,7 @@ define(function(require){
 						if(!_.isUndefined(resp) && !_.isUndefined(resp.responseJSON) && !_.isUndefined(resp.responseJSON.msgDesc)){
 							XAUtil.notifyError('Error', resp.responseJSON.msgDesc);
 						}else{
-							XAUtil.notifyError('Error', "Error occunred while updating user");
+							XAUtil.notifyError('Error', "Error occurred while updating user");
 						}
 						collection.trigger('error','',resp)
 					},