Fixed typo in documentation of icsneo_getLastError

This commit is contained in:
EricLiu2000
2019-06-13 16:01:35 -04:00
parent 0644234859
commit f1e0625429
+1 -1
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. * 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); extern bool DLLExport icsneo_getLastError(neoerror_t* error);