Skip to content

Commit ea5f28d

Browse files
authored
Merge pull request wolfSSL#798 from gojimmypi/pr-spelling
spelling edits
2 parents b7418a2 + bc6974f commit ea5f28d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ up to 128kB of data before sending a channel window adjust message. An
5959
example of setting a window size for new channels would be as follows
6060
`./configure CPPFLAGS="-DDEFAULT_WINDOW_SZ=16384"`
6161

62-
For 32bit Linux platforms you can add support for files > 2GB by compling
62+
For 32bit Linux platforms you can add support for files > 2GB by compiling
6363
with `CFLAGS=-D_FILE_OFFSET_BITS=64`.
6464

6565
examples
@@ -177,7 +177,7 @@ The client tool accepts the following command line options:
177177
-x exit after successful connection without doing
178178
read/write
179179
-N use non-blocking sockets
180-
-t use psuedo terminal
180+
-t use pseudo terminal
181181
-c <command> executes remote command and pipe stdin/stdout
182182
-a Attempt to use SSH-AGENT
183183

@@ -476,7 +476,7 @@ On the client side, you will see the following output:
476476

477477
Server said: Hello, wolfSSH!
478478

479-
If you want to see inter-operability with OpenQauntumSafe's fork of OpenSSH, you
479+
If you want to see interoperability with OpenQauntumSafe's fork of OpenSSH, you
480480
can build and execute the fork while the echoserver is running. Download the
481481
release from here:
482482

0 commit comments

Comments
 (0)