Skip to content
Snippets Groups Projects
Commit fb00d8dd authored by Max Horn's avatar Max Horn
Browse files

Fix two typos

parent 5e9666dc
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ void RCSwitch::switchOff(const char* sGroup, const char* sDevice) { ...@@ -251,7 +251,7 @@ void RCSwitch::switchOff(const char* sGroup, const char* sDevice) {
* *
* @param nAddressCode Number of the switch group (1..4) * @param nAddressCode Number of the switch group (1..4)
* @param nChannelCode Number of the switch itself (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] * @return char[13]
*/ */
...@@ -287,7 +287,7 @@ char* RCSwitch::getCodeWordB(int nAddressCode, int nChannelCode, boolean bStatus ...@@ -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) { char* RCSwitch::getCodeWordA(const char* sGroup, const char* sDevice, boolean bOn) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment