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

@@ -21,7 +21,7 @@ import org.slf4j.LoggerFactory;
/**
* The {@Link HeosStringPropertyChangeListener} provides the possibility
* to add a listener to an String and get informed about the new value.
* to add a listener to a String and get informed about the new value.
*
* @author Johannes Einig - Initial contribution
*/

View File

@@ -37,7 +37,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The {@link Telnet} is an Telnet Client which handles the connection
* The {@link Telnet} is a Telnet Client which handles the connection
* to a network via the Telnet interface
*
* @author Johannes Einig - Initial contribution