gdatetime: Fix some docs sed damage
authorRyan Lortie <desrt@desrt.ca>
Sat, 24 Nov 2012 16:23:22 +0000 (11:23 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 24 Nov 2012 16:23:22 +0000 (11:23 -0500)
glib/gdatetime.c

index 50e5fb06d09c03d41707c0c70f64bfedcb374824..f64b281be8edc262007febd96dbe7e09bed3eb3b 100644 (file)
@@ -1390,7 +1390,7 @@ g_date_time_compare (gconstpointer dt1,
  *
  * Calculates the difference in time between @end and @begin.  The
  * #GTimeSpan that is returned is effectively @end - @begin (ie:
- * positive if the first simparameter is larger).
+ * positive if the first parameter is larger).
  *
  * Return value: the difference between the two #GDateTime, as a time
  *   span expressed in microseconds.