gfileutils: Fix typo in docs

This commit is contained in:
Phaedrus Leeds 2020-12-10 21:06:00 -08:00
parent 673f61a763
commit 7ef936f4e3

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`.
*