Typos a/an (#13819)

This commit is contained in:
Дилян Палаузов
2022-12-02 14:07:31 +02:00
committed by GitHub
parent e979be4911
commit 6c1373f7c2
121 changed files with 167 additions and 167 deletions

View File

@@ -99,7 +99,7 @@ public class ZWayBridgeHandler extends BaseBridgeHandler implements IZWayApiCall
// suppressed. Otherwise, the task will only terminate via cancellation or
// termination of the executor.
try {
// Authenticate - thing status update with a error message
// Authenticate - thing status update with an error message
if (mZWayApi.getLogin() != null) {
// Thing status set to online in login callback
logger.info("Z-Way bridge successfully authenticated");

View File

@@ -118,7 +118,7 @@ public class ZWayZAutomationDeviceHandler extends ZWayDeviceHandler {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_PENDING,
"Checking configuration and bridge...");
// Configuration - thing status update with a error message
// Configuration - thing status update with an error message
mConfig = loadAndCheckConfiguration();
if (mConfig != null) {

View File

@@ -151,7 +151,7 @@ public class ZWayZWaveDeviceHandler extends ZWayDeviceHandler {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_PENDING,
"Checking configuration and bridge...");
// Configuration - thing status update with a error message
// Configuration - thing status update with an error message
mConfig = loadAndCheckConfiguration();
if (mConfig != null) {