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

@@ -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