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:14 UTC

[20/21] guacamole-client git commit: GUACAMOLE-220: Correct grammar of saveObject() documentation ("to save", not "to saves").

GUACAMOLE-220: Correct grammar of saveObject() documentation ("to save", not "to saves").

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

Branch: refs/heads/master
Commit: b50e70998195b796194b7da72f60baf491b5e713
Parents: ae0512c
Author: Michael Jumper <mj...@apache.org>
Authored: Thu May 3 23:38:01 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu May 3 23:38:01 2018 -0700

----------------------------------------------------------------------
 .../src/main/webapp/app/manage/directives/managementButtons.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/b50e7099/guacamole/src/main/webapp/app/manage/directives/managementButtons.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/directives/managementButtons.js b/guacamole/src/main/webapp/app/manage/directives/managementButtons.js
index a83b82c..f44515a 100644
--- a/guacamole/src/main/webapp/app/manage/directives/managementButtons.js
+++ b/guacamole/src/main/webapp/app/manage/directives/managementButtons.js
@@ -167,7 +167,7 @@ angular.module('manage').directive('managementButtons', ['$injector',
         };
 
         /**
-         * Invokes the provided save function to saves the current object. If
+         * Invokes the provided save function to save the current object. If
          * saving is successful, the user is navigated back to the page they
          * started from. If saving fails, an error notification is displayed.
          */