mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
Fix typos found by https://github.com/crate-ci/typos (#735)
This commit is contained in:
parent
ec48298fe8
commit
12dbbd3dd3
5 changed files with 5 additions and 5 deletions
2
ssh.go
2
ssh.go
|
|
@ -805,7 +805,7 @@ func sshPrintRelays(ifce *Interface, fs interface{}, a []string, w sshd.StringWr
|
|||
case TerminalType:
|
||||
t = "terminal"
|
||||
default:
|
||||
t = "unkown"
|
||||
t = "unknown"
|
||||
}
|
||||
|
||||
s := ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue