Fix "overriden" typos.

--- gob2-2.0.17.orig/doc/gob2.1.in
+++ gob2-2.0.17/doc/gob2.1.in
@@ -438,7 +438,7 @@
 .PP
 Almost all types also have a \'default_value\' attribute which sets the initial
 value of this property (on object initialization, the set handler will be run
-automatically with this value).  This value will be overriden if the user 
+automatically with this value).  This value will be overridden if the user 
 sets a value of this property on the call to g_object_new.
 .PP
 All the numeric types (including CHAR) have \'minimum\' and \'maximum\'
--- gob2-2.0.17.orig/src/main.c
+++ gob2-2.0.17/src/main.c
@@ -1655,22 +1655,22 @@
 	if (p->override) {
 		if (p->flags != NULL)
 			error_print (GOB_WARN, p->line_no,
-				     "Overriden property, flags ignored");
+				     "Overridden property, flags ignored");
 		if (p->nick != NULL)
 			error_print (GOB_WARN, p->line_no,
-				     "Overriden property, nick ignored");
+				     "Overridden property, nick ignored");
 		if (p->blurb != NULL)
 			error_print (GOB_WARN, p->line_no,
-				     "Overriden property, blurb ignored");
+				     "Overridden property, blurb ignored");
 		if (p->minimum != NULL)
 			error_print (GOB_WARN, p->line_no,
-				     "Overriden property, minimum ignored");
+				     "Overridden property, minimum ignored");
 		if (p->maximum != NULL)
 			error_print (GOB_WARN, p->line_no,
-				     "Overriden property, maximum ignored");
+				     "Overridden property, maximum ignored");
 		if (p->default_value != NULL)
 			error_print (GOB_WARN, p->line_no,
-				     "Overriden property, default_value ignored");
+				     "Overridden property, default_value ignored");
 
 		s = g_strdup (p->name);
 		gob_strup (s);

