Skip to content

Commit dd4dc1c

Browse files
committed
Fix telnet Interactive comment
1 parent adc45e1 commit dd4dc1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/proto/telnet/telnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func Execute(address string, password string, command string) (string, error) {
2323
return console.Execute(command)
2424
}
2525

26-
// DialInteractive parses commands from input reader, executes them on remote
26+
// Interactive parses commands from input reader, executes them on remote
2727
// server and writes responses to output writer. Password can be empty string.
2828
// In this case password will be prompted in an interactive window.
2929
func Interactive(r io.Reader, w io.Writer, address string, password string) error {

0 commit comments

Comments
 (0)