cutil: Fix typos in comments

All of them were found by codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2015-09-14 22:16:13 +02:00 committed by Zdenko Podobný
parent a190f340cb
commit 72ee298e4d
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
#include "oldlist.h"
/*----------------------------------------------------------------------------
Public Funtion Prototypes
Public Function Prototypes
--------------------------------------------------------------------------*/
LIST read_list(const char *filename);
#endif

View File

@ -407,7 +407,7 @@ LIST s_adjoin(LIST var_list, void *variable, int_compare compare) {
*
* Search list, return NIL_LIST if not found. Return the list starting from
* the item if found. The compare routine "is_equal" is passed in as
* the third paramter to this routine. If the value NULL is supplied
* the third parameter to this routine. If the value NULL is supplied
* for is_equal, the is_key routine will be used.
**********************************************************************/
LIST search(LIST list, void *key, int_compare is_equal) {

View File

@ -234,7 +234,7 @@ first_node (list_rest (l))
first_node (list_rest (list_rest (l)))
/*----------------------------------------------------------------------
Public Funtion Prototypes
Public Function Prototypes
----------------------------------------------------------------------*/
int count(LIST var_list);