From 4e19e37bfba1ad7353088ad8188f47750e0cb43c Mon Sep 17 00:00:00 2001 From: Jimmy Date: Mon, 18 Oct 2021 09:06:45 +0300 Subject: [PATCH] GUACAMOLE-1446: Fixed a typo mistake ("approriate"). --- guacamole-common-js/src/main/webapp/modules/Display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-common-js/src/main/webapp/modules/Display.js b/guacamole-common-js/src/main/webapp/modules/Display.js index 31c22aaa5..29ad5cd53 100644 --- a/guacamole-common-js/src/main/webapp/modules/Display.js +++ b/guacamole-common-js/src/main/webapp/modules/Display.js @@ -602,7 +602,7 @@ Guacamole.Display = function() { * Draws the image within the given stream at the given coordinates. The * image will be loaded automatically, and this and any future operations * will wait for the image to finish loading. This function will - * automatically choose an approriate method for reading and decoding the + * automatically choose an appropriate method for reading and decoding the * given image stream, and should be preferred for received streams except * where manual decoding of the stream is unavoidable. *