Run codespell -w with the latest dictonary again

This commit is contained in:
Xiang Xiao 2020-02-23 12:51:44 +08:00 committed by Gregory Nutt
parent d660492289
commit 41d88f06e7
261 changed files with 529 additions and 529 deletions

View file

@ -149,7 +149,7 @@ struct ftpc_login_s
/* This structure describes one simple directory listing. The directory
* list container as well the individual filename strings are allocated.
* The number of names in tha actual allocated array is variable, given
* The number of names in the actual allocated array is variable, given
* by the nnames field.
*
* Since the structure and file names are allocated, they must be freed

View file

@ -732,7 +732,7 @@ void telnet_ttype_send(struct telnet_s * telnet);
*
* The server may continue sending TERMINAL-TYPE IS until it receives a
* terminal type is understands. To indicate to the server that it has
* reached the end of the available optoins, the client must send the last
* reached the end of the available options, the client must send the last
* terminal type a second time. When the server receives the same terminal
* type twice in a row, it knows it has seen all available terminal types.
*

View file

@ -28,7 +28,7 @@
*
* THIS SOFTWARE IS PROVIDED BY COGITO LLC AND CONTRIBUTORS 'AS IS'
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COGITO LLC
* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARAY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT