Browse Source

Fix comment

mirokuratczyk 7 years ago
parent
commit
f162057f3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/config.go

+ 1 - 1
psiphon/config.go

@@ -168,7 +168,7 @@ type Config struct {
 
 
 	// EstablishTunnelTimeoutSeconds specifies a time limit after which to
 	// EstablishTunnelTimeoutSeconds specifies a time limit after which to
 	// halt the core tunnel controller if no tunnel has been established. The
 	// halt the core tunnel controller if no tunnel has been established. The
-	// default is parameters.EstablishTunnelTimeoutSeconds.
+	// default is parameters.EstablishTunnelTimeout.
 	EstablishTunnelTimeoutSeconds *int
 	EstablishTunnelTimeoutSeconds *int
 
 
 	// EstablishTunnelPausePeriodSeconds specifies the delay between attempts
 	// EstablishTunnelPausePeriodSeconds specifies the delay between attempts