Fix a documentation typo

pull/4/head
Paul Hollinsky 2018-10-31 17:07:48 -04:00
parent 90992ad360
commit 4833bc704a
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ extern bool DLLExport icsneo_settingsRefresh(const neodevice_t* device);
* \param[in] device A pointer to the neodevice_t structure specifying the device to operate on.
* \returns True if the settings were applied.
*
* When modifications are made to the device settings, this function (or icsneo_settingsApplyTemoporary()) must be called to send the changes to the device and make them active.
* When modifications are made to the device settings, this function (or icsneo_settingsApplyTemporary()) must be called to send the changes to the device and make them active.
*
* This function sets the settings such that they will survive device power cycles.
*