File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2424To 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
141141You 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;
You can’t perform that action at this time.
0 commit comments