Commit 0f6650ff4853b2d95012860490e8861f60353ef7

Stefan Sperling 2019-08-14T21:38:21

fix typo in got_object_blob_dump_to_file() docstring

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/got_object.h b/include/got_object.h
index 2b3fe0f..5504da8 100644
--- a/include/got_object.h
+++ b/include/got_object.h
@@ -206,7 +206,7 @@ const struct got_error *got_object_blob_read_block(size_t *,
  * 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 *,