commit 0f6650ff4853b2d95012860490e8861f60353ef7 from: Stefan Sperling date: Wed Aug 14 19:38:21 2019 UTC fix typo in got_object_blob_dump_to_file() docstring commit - b1ebc001df71bed2afcac6b0037bea21a988e1a7 commit + 0f6650ff4853b2d95012860490e8861f60353ef7 blob - 2b3fe0ff8ffb25f413012f16cb24d07a309371a1 blob + 5504da8782308033d1df67e50aee808789db7e73 --- include/got_object.h +++ include/got_object.h @@ -206,7 +206,7 @@ const struct got_error *got_object_blob_read_block(siz * Read the entire content of a blob and write it to the specified file. * Flush and rewind the file as well. Indicate the amount of bytes * written in the size_t output argument, and the number of lines in the - * file in the int argument, and line offsets in the the off_t argument + * file in the int argument, and line offsets in the off_t argument * (NULL can be passed for any output argument). */ const struct got_error *got_object_blob_dump_to_file(size_t *, int *,