@@ -31,12 +31,12 @@ For a description of picocom's operation, its command line options,
3131and usage examples, see the manual page included in the source
3232distribution as "picocom.1", and also html-ized as "picocom.1.html".
3333
34- People who have contibuted to picocom, by offering feature
34+ People who have contributed to picocom, by offering feature
3535implementations, bug-fixes, corrections, and suggestions are listed in
3636the "CONTRIBUTORS" file.
3737
3838Please feel free to send comments, requests for new features (no
39- promisses , though!), bug-fixes and rants, to the author's email
39+ promises , though!), bug-fixes and rants, to the author's email
4040address shown at the top of this file.
4141
4242## Compilation / Installation
@@ -162,7 +162,7 @@ To exit picocom you have to type:
162162
163163 C-a, C-x
164164
165- Which means you have to type [ Conttol -A] followed by [ Control-X] . You
165+ Which means you have to type [ Control -A] followed by [ Control-X] . You
166166can do this by pressing and holding down the [ Control] key, then
167167pressing (and releasing) the [ A] key and then pressing (and releasing)
168168the [ X] key (while you still keep [ Control] held down).
@@ -287,7 +287,7 @@ Then set a password for the newly created account:
287287Repeat (create user account, set password) for every port you want to
288288give access to.
289289
290- You 're set. All a user has to do to remotelly access the console
290+ You 're set. All a user has to do to remotely access the console
291291connected to termbox's ` /dev/ttyS0 ` port, is:
292292
293293 ssh ttyS0@termbox
@@ -299,7 +299,7 @@ Some interesting points:
299299 device connected to the port, the user can easily change them from
300300 within picocom, using picocom commands.
301301
302- - If a seocnd user tries to remotely access the same port, at the same
302+ - If a second user tries to remotely access the same port, at the same
303303 time, picocom won't let him (picocom will find the port locked and
304304 exit).
305305
@@ -312,7 +312,7 @@ Some interesting points:
312312 that you trust these programs). Picocom (starting with release 2.0)
313313 does not use ` /bin/sh ` to execute the file-upload and file-download
314314 programs and * will not* let the user inject shell-commands when
315- supplying aditional arguments to them.
315+ supplying additional arguments to them.
316316
317317- If you allow send- and receive-file operations as described above,
318318 you will, most likely, also need a way for your users to put files
0 commit comments