Typos a/an (#13846)

This commit is contained in:
Дилян Палаузов
2022-12-05 19:47:43 +02:00
committed by GitHub
parent 54b2772df4
commit 2a5d6beb64
149 changed files with 196 additions and 196 deletions

View File

@@ -563,7 +563,7 @@ public class PowermaxCommManager implements PowermaxMessageEventListener {
}
/**
* Send a ENROLL message
* Send an ENROLL message
*
* @return true if the message was sent or the sending is delayed; false in other cases
*/

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.powermax.internal.message;
import org.eclipse.jdt.annotation.NonNullByDefault;
/**
* Used to map received messages from the Visonic alarm panel to a ENUM value
* Used to map received messages from the Visonic alarm panel to an ENUM value
*
* @author Laurent Garnier - Initial contribution
*/

View File

@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;
/**
* Used to map messages to be sent to the Visonic alarm panel to a ENUM value
* Used to map messages to be sent to the Visonic alarm panel to an ENUM value
*
* @author Laurent Garnier - Initial contribution
*/