diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-25 22:00:34 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-25 22:00:34 +0800 |
commit | 254078e4279addf0a9c97dcacbf750522cc9cfcd (patch) | |
tree | 5d01f03eafbaccd33b2fc2f61d0320f5a12123b8 | |
parent | 0e8e63c8199417d9c920e1a6b9a2a90ef4e595de (diff) |
Fix documentation
-rw-r--r-- | interchange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange.h b/interchange.h index 7503edf..38e557f 100644 --- a/interchange.h +++ b/interchange.h @@ -40,7 +40,7 @@ extern "C" { * \brief A function that needs to be run first. * \param sampleurl The value of the SAMPLEURL setting in products/variable.txt. * \param image_dir The value of the IMAGE_DIR setting in products/variable.txt. - * \param certificate Path to the cookie file. + * \param cookie Path to the cookie file. * \param certificate Path to the CA certificate file. */ void interchange_init(const char *sampleurl, const char *image_dir, |