From a6c4f0e9913f2c7de33def8154a26dc61677823e Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 16 Feb 2020 17:37:20 +0800 Subject: [PATCH] Fixed typo: 'lenght' Note that the word 'lenght' is wrong, so that 'lenght' should been replaced with 'length'. --- .../3rdparty/sdk_src/internal_inc/utils_md5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/connectivity/qcloud-iot-explorer-sdk/3rdparty/sdk_src/internal_inc/utils_md5.h b/components/connectivity/qcloud-iot-explorer-sdk/3rdparty/sdk_src/internal_inc/utils_md5.h index e052289e..bfd9c608 100644 --- a/components/connectivity/qcloud-iot-explorer-sdk/3rdparty/sdk_src/internal_inc/utils_md5.h +++ b/components/connectivity/qcloud-iot-explorer-sdk/3rdparty/sdk_src/internal_inc/utils_md5.h @@ -81,7 +81,7 @@ void utils_md5_process(iot_md5_context *ctx, const unsigned char data[64]); * @brief Output = MD5( input buffer ) * * @param input data input - * @param ilen data lenght + * @param ilen data length * @param output MD5 result */ void utils_md5(const unsigned char *input, size_t ilen, unsigned char output[16]);