You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/05/04 08:27:08 UTC

[14/21] guacamole-client git commit: GUACAMOLE-220: "required", not "requred".

GUACAMOLE-220: "required", not "requred".


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/5028d85b
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/5028d85b
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/5028d85b

Branch: refs/heads/master
Commit: 5028d85bb1d5de40d3da70e3a263e8a2d9f35a62
Parents: 244dd19
Author: Michael Jumper <mj...@apache.org>
Authored: Tue May 1 21:09:51 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue May 1 21:09:51 2018 -0700

----------------------------------------------------------------------
 .../webapp/app/manage/controllers/manageConnectionController.js    | 2 +-
 .../app/manage/controllers/manageConnectionGroupController.js      | 2 +-
 .../app/manage/controllers/manageSharingProfileController.js       | 2 +-
 .../src/main/webapp/app/manage/controllers/manageUserController.js | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/5028d85b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js
index 6139781..b84886f 100644
--- a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js
+++ b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js
@@ -243,7 +243,7 @@ angular.module('manage').controller('manageConnectionController', ['$scope', '$i
     };
 
     /**
-     * Loads the data requred for performing the management task requested
+     * Loads the data required for performing the management task requested
      * through the route parameters given at load time, automatically preparing
      * the interface for editing an existing connection, cloning an existing
      * connection, or creating an entirely new connection.

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/5028d85b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js
index 1a4b64e..250ebc1 100644
--- a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js
+++ b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js
@@ -201,7 +201,7 @@ angular.module('manage').controller('manageConnectionGroupController', ['$scope'
     };
 
     /**
-     * Loads the data requred for performing the management task requested
+     * Loads the data required for performing the management task requested
      * through the route parameters given at load time, automatically preparing
      * the interface for editing an existing connection group, cloning an
      * existing connection group, or creating an entirely new connection group.

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/5028d85b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js
index 7385aa1..8b57182 100644
--- a/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js
+++ b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js
@@ -222,7 +222,7 @@ angular.module('manage').controller('manageSharingProfileController', ['$scope',
     };
 
     /**
-     * Loads the data requred for performing the management task requested
+     * Loads the data required for performing the management task requested
      * through the route parameters given at load time, automatically preparing
      * the interface for editing an existing sharing profile, cloning an
      * existing sharing profile, or creating an entirely new sharing profile.

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/5028d85b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js
index 800ad00..9a90441 100644
--- a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js
+++ b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js
@@ -286,7 +286,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
     };
 
     /**
-     * Loads the data requred for performing the management task requested
+     * Loads the data required for performing the management task requested
      * through the route parameters given at load time, automatically preparing
      * the interface for editing an existing user, cloning an existing user, or
      * creating an entirely new user.