From 08576e441e44339cd21b735afc393ea734254072 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 13 Dec 2020 21:23:19 +0100 Subject: [PATCH] Corrected a grammar mistake --- src/software_test/tcpServer_test/tcpServer_test.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/software_test/tcpServer_test/tcpServer_test.ino b/src/software_test/tcpServer_test/tcpServer_test.ino index 8cfc09a..7951c13 100644 --- a/src/software_test/tcpServer_test/tcpServer_test.ino +++ b/src/software_test/tcpServer_test/tcpServer_test.ino @@ -1,5 +1,5 @@ /** - * This sketch was written in order to developp and test the multi-client tcp server which will later be used in my project + * This sketch was written in order to develop and test the multi-client tcp server which will later be used in my project * Created by Anatole SCHRAMM-HENRY the 08/05/2019 */