diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-25 22:01:04 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-25 22:01:04 +0800 |
commit | 910c902f1c39f703bcbf56a4d98996cb7a76441b (patch) | |
tree | f2ee450c087beb45013b1fb5e22af9ba4413df3b | |
parent | b34168b57020b13ba030de63273784692b3b555a (diff) |
Fix documentation
-rw-r--r-- | interchange.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange.hxx b/interchange.hxx index 361334d..4de1618 100644 --- a/interchange.hxx +++ b/interchange.hxx @@ -17,7 +17,7 @@ namespace QInterchange { * \brief Constructor. * \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. */ Interchange(char const* sampleURL, |