From 950bad9066fbd9ee630efba1229f1ec12c739d6b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 30 Dec 2020 22:26:38 +1100 Subject: [PATCH] docs: fix simple typo, heigth -> height There is a small typo in bin/rdpy-rdpclient.py. Should read `height` rather than `heigth`. --- bin/rdpy-rdpclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rdpy-rdpclient.py b/bin/rdpy-rdpclient.py index 660bfa4..036c487 100755 --- a/bin/rdpy-rdpclient.py +++ b/bin/rdpy-rdpclient.py @@ -94,7 +94,7 @@ class RDPClientQtFactory(rdp.ClientFactory): def __init__(self, width, height, username, password, domain, fullscreen, keyboardLayout, optimized, security, recodedPath): """ @param width: {integer} width of client - @param heigth: {integer} heigth of client + @param height: {integer} height of client @param username: {str} username present to the server @param password: {str} password present to the server @param domain: {str} microsoft domain