aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-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