commit cbf435dd90e6ea8b6c6fc7ff277d5fdf823392b6 from: Stefan Sperling date: Mon Sep 06 10:53:46 2021 UTC fix documentation of got_dial_apply_unveil() commit - a5a30f304a64121a362088f45d838ac81a49ee37 commit + cbf435dd90e6ea8b6c6fc7ff277d5fdf823392b6 blob - ded6fdb2e5545e8068c616f94ffabeaf7a52f800 blob + b5fa1e34433e51fd9be41537db82f2ca2c8e462b --- include/got_dial.h +++ 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);