Skip to content

Commit c552c96

Browse files
authored
Fix spelling
1 parent f9d3ab3 commit c552c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/tsh/common/tsh.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4578,7 +4578,7 @@ func loadClientConfigFromCLIConf(cf *CLIConf, proxy string) (*client.Config, err
45784578
}
45794579

45804580
// setEnvVariables configures extra env variables to send in client config based on the requested options.
4581-
// We match OpenSSH behaviour: if the requested env var is not set (os.LookupEnv return false), we won't send it.
4581+
// We match OpenSSH behavior: if the requested env var is not set (os.LookupEnv return false), we won't send it.
45824582
func setEnvVariables(c *client.Config, options Options) {
45834583
if c.ExtraEnvs == nil {
45844584
c.ExtraEnvs = map[string]string{}

0 commit comments

Comments
 (0)