Browse Source

Fix typo in comment

Rod Hynes 9 years ago
parent
commit
387e6106bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/server/config.go

+ 1 - 1
psiphon/server/config.go

@@ -106,7 +106,7 @@ type Config struct {
 	// address ("<host>:<port>") specified in a client's port forward
 	// HostToConnect and PortToConnect when the client is making a
 	// tunneled connection to the web server. This address is always
-	// excepted from validation againstSSH_DISALLOWED_PORT_FORWARD_HOSTS
+	// exempted from validation against SSH_DISALLOWED_PORT_FORWARD_HOSTS
 	// and AllowTCPPorts/DenyTCPPorts.
 	WebServerPortForwardAddress string