Typos a/an (#13876)

This commit is contained in:
Дилян Палаузов
2022-12-08 22:12:49 +02:00
committed by GitHub
parent 177ce2a217
commit 0ffc5257d5
140 changed files with 166 additions and 166 deletions

View File

@@ -14,7 +14,7 @@ Discovery is not available, as the binding only reads from serial ports.
## Thing Configuration
The smartmeter thing requires the serial port where the meter device is connected and optionally an refresh interval.
The smartmeter thing requires the serial port where the meter device is connected and optionally a refresh interval.
| Parameter | Name | Description | Required | Default |
|-----------|------|-------------|----------|---------|

View File

@@ -151,7 +151,7 @@ public abstract class MeterDevice<T> {
}
/**
* Read values from this device an store them locally against their OBIS code.
* Read values from this device a store them locally against their OBIS code.
*
* If there is an error in reading, it will be retried {@value #NUMBER_OF_RETRIES} times. The retry will be delayed
* by {@code period} seconds.

View File

@@ -64,7 +64,7 @@ public class SmartMeterChannelTypeProvider implements ChannelTypeProvider, Meter
@Override
public void errorOccurred(Throwable e) {
// Nothing to do if there is an reading error...
// Nothing to do if there is a reading error...
}
@Override