From ebff24353a7c1f0934e4a170e675a5fe71e1b968 Mon Sep 17 00:00:00 2001 From: Saksik Remy Date: Tue, 21 Dec 2021 15:53:57 +0800 Subject: [PATCH] fix Spelling --- IDE/iotsafe-raspberrypi/client-tls13.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/iotsafe-raspberrypi/client-tls13.c b/IDE/iotsafe-raspberrypi/client-tls13.c index ef6209bbf..93a399eb2 100644 --- a/IDE/iotsafe-raspberrypi/client-tls13.c +++ b/IDE/iotsafe-raspberrypi/client-tls13.c @@ -215,7 +215,7 @@ int client_loop(const char *peer_ip, const char *peer_name, const char *peer_por strcat(buff, "\"sensorValue\": \""); strcat(buff, temperature); strcat(buff, "\","); - strcat(buff, "\"sensorUnit\": \"Celcius\","); + strcat(buff, "\"sensorUnit\": \"Celsius\","); strcat(buff, "\"sensorTime\": 1582181510"); strcat(buff, "}"); strcat(buff, "\r\n");