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

@@ -39,7 +39,7 @@ import com.google.gson.Gson;
/**
* The implementation of the client-side Webthing representation. This is based on HTTP. Bindings to alternative
* application protocols such as CoAP may be defined in the future (which may be implemented by a another class)
* application protocols such as CoAP may be defined in the future (which may be implemented by another class)
*
* @author Gregor Roth - Initial contribution
*/

View File

@@ -229,7 +229,7 @@ public class WebthingDiscoveryService extends AbstractDiscoveryService implement
// endpoints supporting multiple WebThings.
//
// In the routine below the enpoint will be checked for single WebThings first, than for multiple
// WebThings if a ingle WebTHing has not been found.
// WebThings if a single WebThing has not been found.
// Furthermore, first it will be tried to connect the endpoint using https. If this fails, as fallback
// plain http is used.