From 4833bc704a63bea8b25b4b6521e92b97678c6431 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Wed, 31 Oct 2018 17:07:48 -0400 Subject: [PATCH] Fix a documentation typo --- include/icsneo/icsneoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/icsneo/icsneoc.h b/include/icsneo/icsneoc.h index d527b38..0e580d1 100644 --- a/include/icsneo/icsneoc.h +++ b/include/icsneo/icsneoc.h @@ -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. *