aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2021-02-16 10:36:23 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2021-02-16 10:36:23 +0100
commitb8dc10ef36fe7d6e033152d49c260f322ae1f0d9 (patch)
treef2376399b9e35b4fabc69e99112472cd02d14904
parentcdab54ae7962b5af9c0241751f76fc9a484e3027 (diff)
downloadlibnitrokey-master.tar.gz
libnitrokey-master.tar.bz2
Python 3.6 compatibility - replace unicode characterHEADmaster
-rw-r--r--NK_C_API.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index 68fb56c..275f272 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -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