Fix typo (#64)
This commit is contained in:

committed by
Sebastian Zagrodzki

parent
d0c05ab7f7
commit
64d8208677
@@ -78,7 +78,7 @@ func main() {
|
||||
}
|
||||
}()
|
||||
|
||||
// OpenDevices can occaionally fail, so be sure to check its return value.
|
||||
// OpenDevices can occasionally fail, so be sure to check its return value.
|
||||
if err != nil {
|
||||
log.Fatalf("list: %s", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user