From f2a767f04542f85f09c26ec99ba80a1273e0828e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 18 Feb 2016 17:18:13 -0800 Subject: [PATCH] GUAC-1378: It's a constructor, not a contructor. --- .../main/webapp/app/index/config/templateRequestDecorator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/index/config/templateRequestDecorator.js b/guacamole/src/main/webapp/app/index/config/templateRequestDecorator.js index 51e2361d1..68eb6a1f5 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.