Commit cbf435dd90e6ea8b6c6fc7ff277d5fdf823392b6

Stefan Sperling 2021-09-06T10:53:46

fix documentation of got_dial_apply_unveil()

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/got_dial.h b/include/got_dial.h
index ded6fdb..b5fa1e3 100644
--- a/include/got_dial.h
+++ b/include/got_dial.h
@@ -17,7 +17,7 @@
 /*
  * Apply any unveil(2) operations required to support the given protocol.
  * This function must be called during initialization of the main program
- * if any got_dial funcionality will be used.
+ * if got_fetch.h or got_send.h funcionality will be used.
  */
 const struct got_error *got_dial_apply_unveil(const char *proto);