File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ type Monitor interface {
5555 // and the protocolVersion negotiated with the client.
5656 Hello (userAgent string , protocolVersion int ) error
5757
58- // Describe is called to obtain the description of the comunication port
58+ // Describe is called to obtain the description of the communication port
5959 Describe () (* PortDescriptor , error )
6060
61- // Configure allows to set the configuration parameters for the comunication port
61+ // Configure allows to set the configuration parameters for the communication port
6262 Configure (parameterName string , value string ) error
6363
64- // Open allows to open a comunication with the board using TCP/IP
64+ // Open allows to open a communication with the board using TCP/IP
6565 Open (ipAddress string , boardPort string ) error
6666
6767 // Close will close the currently open port and TCP/IP connection
You can’t perform that action at this time.
0 commit comments