Repository: guacamole-server Updated Branches: refs/heads/master 30e90b242 -> 7bfd3e1c6
GUACAMOLE-572: Fix typo from "test-based protocol" to "text-based protocol" Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/da2e8220 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/da2e8220 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/da2e8220 Branch: refs/heads/master Commit: da2e8220f3920681e8d4e414d35e633e49112de4 Parents: 30e90b2 Author: Liron Newman <[email protected]> Authored: Sun Jun 17 17:40:59 2018 +0100 Committer: GitHub <[email protected]> Committed: Sun Jun 17 17:40:59 2018 +0100 ---------------------------------------------------------------------- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/da2e8220/README ---------------------------------------------------------------------- diff --git a/README b/README index 72a371b..8446d97 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ libraries. guacd is the Guacamole proxy daemon used by the Guacamole web application and framework. As JavaScript cannot handle binary protocols (like VNC and remote -desktop) efficiently, a new test-based protocol was developed which would +desktop) efficiently, a new text-based protocol was developed which would contain a common superset of the operations needed for efficient remote desktop access, but would be easy for JavaScript programs to process. guacd is the proxy which translates between arbitrary protocols and the Guacamole protocol.
