Bluetooth: CAP: Shell: Fix type in cmd_cap_initiator_unicast_stop
"starteds" should be "started". Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
feaae8b104
commit
ac8dc34911
|
@ -462,7 +462,7 @@ static int cmd_cap_initiator_unicast_stop(const struct shell *sh, size_t argc,
|
|||
shell_error(sh, "Not connected");
|
||||
return -ENOEXEC;
|
||||
} else if (default_unicast_group == NULL) {
|
||||
shell_error(sh, "No unicast group starteds");
|
||||
shell_error(sh, "No unicast group started");
|
||||
return -ENOEXEC;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue