diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2021-02-16 10:36:23 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2021-02-16 10:36:23 +0100 |
commit | b8dc10ef36fe7d6e033152d49c260f322ae1f0d9 (patch) | |
tree | f2376399b9e35b4fabc69e99112472cd02d14904 | |
parent | cdab54ae7962b5af9c0241751f76fc9a484e3027 (diff) | |
download | libnitrokey-b8dc10ef36fe7d6e033152d49c260f322ae1f0d9.tar.gz libnitrokey-b8dc10ef36fe7d6e033152d49c260f322ae1f0d9.tar.bz2 |
-rw-r--r-- | NK_C_API.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ * \mainpage * * **libnitrokey** provides access to Nitrokey Pro and Nitrokey Storage devices. - * This documentation describes libnitrokey’s C API. For a list of the + * This documentation describes libnitrokey's C API. For a list of the * available functions, see the NK_C_API.h file. * * \section getting_started Example @@ -974,7 +974,7 @@ extern "C" { /** * Get SD card usage attributes. Usable during hidden volumes creation. * If the command was successful (return value 0), the usage data is - * written to the output pointer’s target. The output pointer must + * written to the output pointer's target. The output pointer must * not be null. * Storage only * @param out the output pointer for the usage data |