See http://git.profusion.mobi/cgit.cgi/lucas/codespell/ for more information on codespell. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@xxxxxxx> --- LICENSE | 2 +- README | 2 +- ast-model.c | 2 +- validation/preprocessor/preprocessor19.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 06440ff..be0fd01 100644 --- a/LICENSE +++ b/LICENSE @@ -26,7 +26,7 @@ requirements of this license. http://www.opensource.org/licenses/osl.php - please refer to there for the authorative and slightly more + please refer to there for the authoritative and slightly more pretty-printed version ] ------ diff --git a/README b/README index 033ae15..63f752b 100644 --- a/README +++ b/README @@ -62,7 +62,7 @@ more requirements. The user is free to do whatever he wants with the parse tree that got built up, and needs not worry about the library ever again. There is no extra state, there are no parser callbacks, there is only the parse tree that is described by the header files. The action -funtion takes a pointer to a symbol_list and does whatever it likes with it. +function takes a pointer to a symbol_list and does whatever it likes with it. The library also contains (as an example user) a few clients that do the preprocessing, parsing and type evaluation and just print out the diff --git a/ast-model.c b/ast-model.c index f516340..704c487 100644 --- a/ast-model.c +++ b/ast-model.c @@ -167,7 +167,7 @@ ast_tree_model_init (GtkTreeModelIface *iface) /***************************************************************************** * - * ast_init: this is called everytime a new ast node object + * ast_init: this is called every time a new ast node object * instance is created (we do that in ast_new). * Initialise the list structure's fields here. * diff --git a/validation/preprocessor/preprocessor19.c b/validation/preprocessor/preprocessor19.c index 7dd3820..e70dad1 100644 --- a/validation/preprocessor/preprocessor19.c +++ b/validation/preprocessor/preprocessor19.c @@ -1,4 +1,4 @@ -/* got burned by that - freed the new defintion in the case when we had +/* got burned by that - freed the new definition in the case when we had warned and replaced the old one */ #define A x #define A y -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html