mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1446: Fixed a typo mistake ("the the") in some java files.
This commit is contained in:
@@ -205,8 +205,8 @@ Guacamole.Layer = function(width, height) {
|
||||
* rectangle to fit.
|
||||
* @param {Number} y The Y coordinate of the upper-left corner of the
|
||||
* rectangle to fit.
|
||||
* @param {Number} w The width of the the rectangle to fit.
|
||||
* @param {Number} h The height of the the rectangle to fit.
|
||||
* @param {Number} w The width of the rectangle to fit.
|
||||
* @param {Number} h The height of the rectangle to fit.
|
||||
*/
|
||||
function fitRect(x, y, w, h) {
|
||||
|
||||
|
Reference in New Issue
Block a user