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

@@ -105,7 +105,7 @@ public class Ipx800v3Handler extends BaseThingHandler implements Ipx800EventList
public Ipx800v3Handler(Thing thing) {
super(thing);
logger.debug("Create a IPX800 Handler for thing '{}'", getThing().getUID());
logger.debug("Create an IPX800 Handler for thing '{}'", getThing().getUID());
}
@Override