typos: success, successful (#13997)

This commit is contained in:
Дилян Палаузов
2022-12-18 15:18:24 +02:00
committed by GitHub
parent 6b1354f9ba
commit ef836a15dc
18 changed files with 29 additions and 29 deletions

View File

@@ -49,6 +49,6 @@ public class TankerkoenigBindingConstants {
public static final String CONFIG_REFRESH = "refresh";
public static final String CONFIG_MODE_OPENINGTIME = "modeOpeningTime";
// String used Identify unsucessful web-return
// String used Identify unsuccessful web-return
public static final String NO_VALID_RESPONSE = "No valid response from the web-request!";
}