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

@@ -86,7 +86,7 @@ The bridge could be used for multiple C.M.I. devices.
* TA C.M.I. CoE Connection - Thing
This thing reflects a connection to a node behind a specific C.M.I..
This node could be every CAN-Capable device from TA which allows to define an CAN-Input.
This node could be every CAN-Capable device from TA which allows to define a CAN-Input.
## Discovery
@@ -114,7 +114,7 @@ This thing doesn't need a bridge. Multiple of these things for different C.M.I.'
The _TA C.M.I. CoE Connection_ has to be manually configured.
This thing reflects a connection to a node behind a specific C.M.I.. This node could be every CAN-Capable device from TA which allows to define an CAN-Input.
This thing reflects a connection to a node behind a specific C.M.I.. This node could be every CAN-Capable device from TA which allows to define a CAN-Input.
| Parameter Label | Parameter ID | Description | Accepted values |
|-------------------------|-----------------|---------------------------------------------------------------------------------------------------------------|------------------------|

View File

@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
/**
* This class can be used to decode the digital values received in a messag and
* also to create a new DigitalMessage used to send ON/OFF to an digital CAN
* also to create a new DigitalMessage used to send ON/OFF to a digital CAN
* Input port
*
* @author Timo Wendt - Initial contribution