Skip to content

Commit 1871c4f

Browse files
umbynoscmaglie
authored andcommitted
fix typo
1 parent 52c0246 commit 1871c4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monitor.go

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)