diff options
author | Дилян Палаузов <git-dpa@aegee.org> | 2019-08-23 21:45:16 +0000 |
---|---|---|
committer | Дилян Палаузов <git-dpa@aegee.org> | 2019-08-24 19:14:05 +0000 |
commit | 512655aa124b03c38990ce28203348939910a0a5 (patch) | |
tree | 43df6bc301351ba1df8af3aab9c391dd5f9c6e32 /glib/gtimezone.c | |
parent | c178c9734cede45fc162400551e16c753bf589bc (diff) | |
download | glib-512655aa124b03c38990ce28203348939910a0a5.tar.gz |
minor typos in the documentation (a/an)
Diffstat (limited to 'glib/gtimezone.c')
-rw-r--r-- | glib/gtimezone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gtimezone.c b/glib/gtimezone.c index 26a563403..9206388e3 100644 --- a/glib/gtimezone.c +++ b/glib/gtimezone.c @@ -1936,7 +1936,7 @@ g_time_zone_adjust_time (GTimeZone *tz, * @type: the #GTimeType of @time_ * @time_: a number of seconds since January 1, 1970 * - * Finds an the interval within @tz that corresponds to the given @time_. + * Finds an interval within @tz that corresponds to the given @time_. * The meaning of @time_ depends on @type. * * If @type is %G_TIME_TYPE_UNIVERSAL then this function will always |