Merge branch 'fix-set-contents-typo' into 'master'

gfileutils: Fix typo in docs

See merge request GNOME/glib!1796
This commit is contained in:
Sebastian Dröge 2020-12-11 07:27:38 +00:00
commit a28b3c9dd6

View File

@ -1218,7 +1218,7 @@ steal_fd (int *fd_ptr)
* @error: return location for a #GError, or %NULL
*
* Writes all of @contents to a file named @filename. This is a convenience
* wrapper around calling g_file_set_contents() with `flags` set to
* wrapper around calling g_file_set_contents_full() with `flags` set to
* `G_FILE_SET_CONTENTS_CONSISTENT | G_FILE_SET_CONTENTS_ONLY_EXISTING` and
* `mode` set to `0666`.
*