Fixed some typo's

This commit is contained in:
Nassim Beladel 2017-03-06 17:34:16 +01:00 committed by GitHub
parent 1e68d67298
commit 7e46a9db39

View File

@ -2,7 +2,7 @@
rdesktop is an open source client for Microsoft's RDP protocol. It is rdesktop is an open source client for Microsoft's RDP protocol. It is
known to work with Windows versions ranging from NT 4 Terminal Server known to work with Windows versions ranging from NT 4 Terminal Server
to Windows 2012r2 RDS. rdesktop currently implements the RDP version 4 to Windows 2012r2 RDS. rdesktop currently has implemented the RDP version 4
and 5 protocols. and 5 protocols.
@ -25,18 +25,18 @@ the configure line.
## Note for users building from source ## Note for users building from source
If you have retreived a snapshot of rdesktop source, you will first If you have retreived a snapshot of the rdesktop source, you will first
need to run `./bootstrap` in order to generate the build infrastructure. need to run `./bootstrap` in order to generate the build infrastructure.
This is not necessary for release versions of rdesktop. This is not necessary for release versions of rdesktop.
## Usage ## Usage
Conenct to a RDP server like: Connect to an RDP server like:
% rdesktop server % rdesktop server
where server is the name of the Terminal Services machine. (If you receive where server is the name of the Terminal Services machine. (If you receive
"Connection refused", this probably means that the server does not have "Connection refused", this probably means that the server does not have
Terminal Services enabled, or there is a firewall blocking access.) Terminal Services enabled, or there is a firewall blocking access.)