We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6784e commit 4c197b8Copy full SHA for 4c197b8
arduino/discovery/discovery_client/main.go
@@ -41,7 +41,7 @@ func main() {
41
activePorts := map[string]*discovery.Port{}
42
watcher, err := dm.Watch()
43
if err != nil {
44
- log.Fatalf("failed to start discvoeries: %v", err)
+ log.Fatalf("failed to start discoveries: %v", err)
45
}
46
if err := ui.Init(); err != nil {
47
log.Fatalf("failed to initialize termui: %v", err)
0 commit comments