File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ type Monitor interface {
55
55
// and the protocolVersion negotiated with the client.
56
56
Hello (userAgent string , protocolVersion int ) error
57
57
58
- // Describe is called to obtain the description of the comunication port
58
+ // Describe is called to obtain the description of the communication port
59
59
Describe () (* PortDescriptor , error )
60
60
61
- // Configure allows to set the configuration parameters for the comunication port
61
+ // Configure allows to set the configuration parameters for the communication port
62
62
Configure (parameterName string , value string ) error
63
63
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
65
65
Open (ipAddress string , boardPort string ) error
66
66
67
67
// Close will close the currently open port and TCP/IP connection
You can’t perform that action at this time.
0 commit comments