From 22a1390a9a63b67dadb7dc99f4ee8c6470bb8826 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 23 Apr 2019 00:36:46 +0100 Subject: [PATCH] Fix typo --- Examples/UNO_rf95_server/UNO_rf95_server.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Examples/UNO_rf95_server/UNO_rf95_server.ino b/Examples/UNO_rf95_server/UNO_rf95_server.ino index 09bb5ac..31bf805 100644 --- a/Examples/UNO_rf95_server/UNO_rf95_server.ino +++ b/Examples/UNO_rf95_server/UNO_rf95_server.ino @@ -1,6 +1,6 @@ // rf95_server.pde // -*- mode: C++ -*- -// Example sketch showing how to create a simple messageing server +// Example sketch showing how to create a simple messaging server // with the RH_RF95 class. RH_RF95 class does not provide for addressing or // reliability, so you should only use RH_RF95 if you do not need the higher // level messaging abilities. @@ -82,5 +82,3 @@ void loop() } } } - -