From fb00d8ddea9c3132013f6b0b386b0f238a2c7481 Mon Sep 17 00:00:00 2001
From: Max Horn <max@quendi.de>
Date: Wed, 6 Jan 2016 09:24:05 +0100
Subject: [PATCH] Fix two typos

---
 RCSwitch.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RCSwitch.cpp b/RCSwitch.cpp
index 90eb94d..133a6ea 100644
--- a/RCSwitch.cpp
+++ b/RCSwitch.cpp
@@ -251,7 +251,7 @@ void RCSwitch::switchOff(const char* sGroup, const char* sDevice) {
  *
  * @param nAddressCode  Number of the switch group (1..4)
  * @param nChannelCode  Number of the switch itself (1..4)
- * @param bStatus       Wether to switch on (true) or off (false)
+ * @param bStatus       Whether to switch on (true) or off (false)
  *
  * @return char[13]
  */
@@ -287,7 +287,7 @@ char* RCSwitch::getCodeWordB(int nAddressCode, int nChannelCode, boolean bStatus
 }
 
 /**
- * Returns a char[13], representing the Code Word to be send.
+ * Returns a char[13], representing the code word to be send.
  *
  */
 char* RCSwitch::getCodeWordA(const char* sGroup, const char* sDevice, boolean bOn) {
-- 
GitLab