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

@@ -37,7 +37,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* A command handler translates an openHAB command into a insteon message
* A command handler translates an openHAB command into an insteon message
*
* @author Daniel Pfrommer - Initial contribution
* @author Bernd Pfrommer - openHAB 1 insteonplm binding

View File

@@ -136,7 +136,7 @@ public class DeviceFeatureListener {
/**
* Publish the state. In the case of PercentType, if the value is
* 0, send an OnOffType.OFF and if the value is 100, send an OnOffType.ON.
* That way an openHAB Switch will work properly with a Insteon dimmer,
* That way an openHAB Switch will work properly with an Insteon dimmer,
* as long it is used like a switch (On/Off). An openHAB DimmerItem will
* internally convert the ON back to 100% and OFF back to 0, so there is
* no need to send both 0/OFF and 100/ON.

View File

@@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory;
/**
* This class manages the polling of all devices.
* Between successive polls of a any device there is a quiet time of
* Between successive polls of any device there is a quiet time of
* at least MIN_MSEC_BETWEEN_POLLS. This avoids bunching up of poll messages
* and keeps the network bandwidth open for other messages.
*