From 35b4ae4bc7e37a345b7965ba4f953c9c8a6d3fd3 Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Mon, 12 Feb 2018 14:42:31 +0000 Subject: [PATCH] typos --- features/FEATURE_BLE/ble/BLETypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/FEATURE_BLE/ble/BLETypes.h b/features/FEATURE_BLE/ble/BLETypes.h index e3679ef9df..66d006cc51 100644 --- a/features/FEATURE_BLE/ble/BLETypes.h +++ b/features/FEATURE_BLE/ble/BLETypes.h @@ -56,7 +56,7 @@ typedef uint16_t attribute_handle_t; */ struct attribute_handle_range_t { /** - * Begining of the range. + * Beginning of the range. */ attribute_handle_t begin; @@ -98,7 +98,7 @@ struct attribute_handle_range_t { /** * Construct an attribute_handle_range_t from its first and last attribute handle. * - * @param begin Handle at the begining of the range. + * @param begin Handle at the beginning of the range. * @param end Handle at the end of the range. * * @return An instance of attribute_handle_range_t where