gdatetime: Fix some docs sed damage

This commit is contained in:
Ryan Lortie 2012-11-24 11:23:22 -05:00
parent afc2294fa8
commit be008ea6e2

View 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.