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

@@ -164,7 +164,7 @@ class OpenSprinklerHttpApiV210 extends OpenSprinklerHttpApiV100 {
switch (returnCode) {
case -1:
throw new UnknownApiException(
"The OpenSprinkler API returnd an result that was not parseable: " + returnContent);
"The OpenSprinkler API returnd a result that was not parseable: " + returnContent);
case 1:
return;
case 2:

View File

@@ -112,7 +112,7 @@ public class Parse {
}
/**
* Parses an String array from a JSON string given its key name.
* Parses a String array from a JSON string given its key name.
*
* @param jsonData The JSON formatted string to parse from.
* @param keyName The name of the object array to search through.