1
0
Fork 0

[Docs] Small spelling mistake fix in leader keys (#12087)

This commit is contained in:
L3af 2021-03-03 15:59:03 +13:00 committed by GitHub
parent c5b0b6ff32
commit 0752b6b23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ void leader_start(void) {
}
void leader_end(void) {
// sequence ended (no success/failuer detection)
// sequence ended (no success/failure detection)
}
```