Fixed typo in documentation of icsneo_getLastError

checksum-failure-logging
EricLiu2000 2019-06-05 15:34:23 -04:00
parent 0644234859
commit f1e0625429
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ extern bool DLLExport icsneo_getDeviceErrors(const neodevice_t* device, neoerror
*
* See icsneo_getErrors() for more information about the error system.
*
* This operation removes the returned error from the buffer, so subsequent calls to error functions will not inlcude the error.
* This operation removes the returned error from the buffer, so subsequent calls to error functions will not include the error.
*/
extern bool DLLExport icsneo_getLastError(neoerror_t* error);