Fix typos in gbytes_hash and g_time_zone_find_interval docs

https://bugzilla.gnome.org/show_bug.cgi?id=733084
This commit is contained in:
Gergely POLONKAI 2014-07-12 07:36:00 +00:00 committed by Matthias Clasen
parent f62c8fce8e
commit d67813045d
2 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ g_bytes_equal (gconstpointer bytes1,
* *
* Creates an integer hash code for the byte data in the #GBytes. * Creates an integer hash code for the byte data in the #GBytes.
* *
* This function can be passed to g_hash_table_new() as the @key_equal_func * This function can be passed to g_hash_table_new() as the @key_hash_func
* parameter, when using non-%NULL #GBytes pointers as keys in a #GHashTable. * parameter, when using non-%NULL #GBytes pointers as keys in a #GHashTable.
* *
* Returns: a hash value corresponding to the key. * Returns: a hash value corresponding to the key.

View File

@ -1699,7 +1699,7 @@ g_time_zone_adjust_time (GTimeZone *tz,
* If @type is %G_TIME_TYPE_UNIVERSAL then this function will always * If @type is %G_TIME_TYPE_UNIVERSAL then this function will always
* succeed (since universal time is monotonic and continuous). * succeed (since universal time is monotonic and continuous).
* *
* Otherwise @time_ is treated is local time. The distinction between * Otherwise @time_ is treated as local time. The distinction between
* %G_TIME_TYPE_STANDARD and %G_TIME_TYPE_DAYLIGHT is ignored except in * %G_TIME_TYPE_STANDARD and %G_TIME_TYPE_DAYLIGHT is ignored except in
* the case that the given @time_ is ambiguous. In Toronto, for example, * the case that the given @time_ is ambiguous. In Toronto, for example,
* 01:30 on November 7th 2010 occurred twice (once inside of daylight * 01:30 on November 7th 2010 occurred twice (once inside of daylight