You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2016/03/20 03:22:08 UTC

[28/50] incubator-guacamole-client git commit: GUAC-1378: It's a constructor, not a contructor.

GUAC-1378: It's a constructor, not a contructor.

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

Branch: refs/heads/master
Commit: f2a767f04542f85f09c26ec99ba80a1273e0828e
Parents: f57a4f8
Author: Michael Jumper <mi...@guac-dev.org>
Authored: Thu Feb 18 17:18:13 2016 -0800
Committer: Michael Jumper <mi...@guac-dev.org>
Committed: Thu Feb 18 17:18:13 2016 -0800

----------------------------------------------------------------------
 .../src/main/webapp/app/index/config/templateRequestDecorator.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/f2a767f0/guacamole/src/main/webapp/app/index/config/templateRequestDecorator.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/index/config/templateRequestDecorator.js b/guacamole/src/main/webapp/app/index/config/templateRequestDecorator.js
index 51e2361..68eb6a1 100644
--- a/guacamole/src/main/webapp/app/index/config/templateRequestDecorator.js
+++ b/guacamole/src/main/webapp/app/index/config/templateRequestDecorator.js
@@ -49,7 +49,7 @@ angular.module('index').config(['$provide', function($provide) {
          * MUST be one of the valid names defined within
          * PatchOperation.Operations.
          *
-         * @contructor
+         * @constructor
          * @param {String} name
          *     The name of the patching operation that will be applied. Valid
          *     names are defined within PatchOperation.Operations.