From f1e06254292cfaeee52c10a2ad39cf8160450330 Mon Sep 17 00:00:00 2001 From: EricLiu2000 Date: Wed, 5 Jun 2019 15:34:23 -0400 Subject: [PATCH] Fixed typo in documentation of icsneo_getLastError --- 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 e91084f..e27d0aa 100644 --- a/include/icsneo/icsneoc.h +++ b/include/icsneo/icsneoc.h @@ -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);