summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-10-12 17:38:27 +0200
committerFrediano Ziglio <fziglio@redhat.com>2016-10-12 17:35:09 +0100
commit3c18780b02f458be00e5edb03b0840c1b60c5398 (patch)
treecf629bb10ef6243d8be3bd82f35d74b6ebdbf539
parent002f9e0b506c8edc33771675d1bd58de0e928dc0 (diff)
README: Fix some typos
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index ca4ec93..f68921a 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@ or
## DESCRIPTION
-This project provide an utility to help testing environments
+This project provides an utility to help testing environments
with high latency and low bandwidth.
-Currently requires root privileges as use tun/tap.
+Currently requires root privileges as uses tun/tap.
## OPTIONS
@@ -70,11 +70,11 @@ $ latency 10ms 2.3M --client 192.168.0.11
(where `192.168.0.11` is the address of the server). The client
will send latency/bandwidth to server at the beginning so launching
-the client where is frequent to change latency/bandwidth make this
+the client where is frequent to change latency/bandwidth makes this
change easier (currently you have to stop the client and open with
new options).
-The client/server use UDP protocol. The server will bind to the UDP
+The client/server uses UDP protocol. The server will bind to the UDP
port specified while the client will send packets to this port. If
something is not working check your firewall for this port/protocol.
@@ -115,7 +115,7 @@ bandwidth control but this could not reproduce some issues due to
acks latency and didn't allows the programs to check the network
queues (as emptied by the proxy).
-I knowed a solution would be to use tun/tap but I didn't like the
+I knew a solution would be to use tun/tap but I didn't like the
idea of having to be root but the limitations were too high and I
came to use tun/tap with a SUID executable.