Skip to content

Commit 0c5055c

Browse files
authored
Merge pull request #14 from Monstertov/fix-typos
Resolved inconsistencies in textual descriptions
2 parents 8627841 + 7dd5520 commit 0c5055c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We support
1919

2020
## TCP IP
2121

22-
The initialization of TCP/IP is pretty much platform dependent. You just need to provide your platform specific client implemenation.
22+
The initialization of TCP/IP is pretty much platform dependent. You just need to provide your platform specific client implementation.
2323

2424
To set up the FTPClient you need to provide a network client as template class parameter:
2525

@@ -139,7 +139,7 @@ Instead of reading a bock of characters we can request to read a line (which is
139139
140140
## File Upload - Writing to Remote Files
141141
You can write to a file on a remote system by using the regular Stream write() or print() methods. If
142-
the file alreay exists it will be replaced with the new content if you use the FileMode WRITE.
142+
the file already exists it will be replaced with the new content if you use the FileMode WRITE.
143143
144144
```C++
145145
FTPClient<WiFiClient> client;

0 commit comments

Comments
 (0)