Skip to content

Commit 2fe0a69

Browse files
committed
fix typo
1 parent ce6af82 commit 2fe0a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentssh/agentssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const (
5656

5757
// Config sets configuration parameters for the agent SSH server.
5858
type Config struct {
59-
// MaxTimout sets the absolute connection timeout, none if empty. If set to
59+
// MaxTimeout sets the absolute connection timeout, none if empty. If set to
6060
// 3 seconds or more, keep alive will be used instead.
6161
MaxTimeout time.Duration
6262
// MOTDFile returns the path to the message of the day file. If set, the

0 commit comments

Comments
 (0)