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

@@ -30,7 +30,7 @@ public class EiscpProtocol {
private static final Logger LOGGER = LoggerFactory.getLogger(EiscpProtocol.class);
/**
* Wraps a command in a eISCP data message (data characters).
* Wraps a command in an eISCP data message (data characters).
*
* @param msg
* eISCP command.

View File

@@ -40,7 +40,7 @@ import org.slf4j.LoggerFactory;
/**
* * The {@link UpnpAudioSinkHandler} is a base class for ThingHandlers for devices which support UPnP playback. It
* implements the AudioSink interface.
* This will allow to register the derived ThingHandler to be registered as a AudioSink in the framework.
* This will allow to register the derived ThingHandler to be registered as an AudioSink in the framework.
*
* @author Paul Frank - Initial contribution
*/