From 2fcdd4cb405409bc0b4ec8302d9a7a35c04d639c Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Sat, 1 Jun 2024 21:59:51 +0200 Subject: [PATCH] Bump utils and fix some typos in osdp.h Signed-off-by: Siddharth Chandrasekaran --- include/osdp.h | 10 +++++----- utils | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/osdp.h b/include/osdp.h index 4c6be01..1220c45 100644 --- a/include/osdp.h +++ b/include/osdp.h @@ -365,7 +365,7 @@ enum osdp_status_report_type { /** * @brief Status report structure. Used by OSDP_CMD_STATUS and * OSDP_EVENT_STATUS. In case of command, it is used to send a query to the PD - * while in the case of events, the PR responds back with this structure. + * while in the case of events, the PD responds back with this structure. * * This can is used by the PD to indicate various status change reports. Upto a * maximum of 32 statuses can be reported using this API. @@ -651,8 +651,8 @@ enum osdp_cmd_e { OSDP_CMD_KEYSET, /**< Encryption Key Set Command */ OSDP_CMD_COMSET, /**< PD communication configuration command */ OSDP_CMD_MFG, /**< Manufacturer specific command */ - OSDP_CMD_FILE_TX, /**< File transfer comand */ - OSDP_CMD_STATUS, /**< Status report eommand */ + OSDP_CMD_FILE_TX, /**< File transfer command */ + OSDP_CMD_STATUS, /**< Status report command */ OSDP_CMD_SENTINEL /**< Max command value */ }; @@ -802,8 +802,8 @@ struct osdp_event { union { struct osdp_event_keypress keypress; /**< Keypress event structure */ struct osdp_event_cardread cardread; /**< Card read event structure */ - struct osdp_event_mfgrep mfgrep; /**< Manufacturer spefific response event struture */ - struct osdp_status_report status; /**< Status report event strcture */ + struct osdp_event_mfgrep mfgrep; /**< Manufacturer specific response event struture */ + struct osdp_status_report status; /**< Status report event structure */ }; }; diff --git a/utils b/utils index d295048..3f343bc 160000 --- a/utils +++ b/utils @@ -1 +1 @@ -Subproject commit d295048d0362674e2a4b489b689d029b8f1f3d01 +Subproject commit 3f343bc3dd292e58bfcaf368c5c8005b4aad9fc5