aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-08-20 17:02:59 +0200
committerChristopher Li <sparse@chrisli.org>2011-08-20 15:30:50 -0700
commitcfcf8b5d5c1075c27ebb751946d1f19cdc77fe17 (patch)
tree82794e85d232559af935dcfbc2908535f12caf33
parentabca4fede1626676d783cc2178768cf08340ac9e (diff)
downloadsparse-dev-cfcf8b5d5c1075c27ebb751946d1f19cdc77fe17.tar.gz
fix common misspellings with codespell
See http://git.profusion.mobi/cgit.cgi/lucas/codespell/ for more information on codespell. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Christopher Li <sparse@chrisli.org>
-rw-r--r--LICENSE2
-rw-r--r--README2
-rw-r--r--ast-model.c2
-rw-r--r--validation/preprocessor/preprocessor19.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 06440ff0..be0fd01d 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 033ae15d..63f752b5 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 f5163408..704c4878 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 7dd3820d..e70dad1e 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