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:
Emil Gydesen 2023-06-19 19:53:01 +02:00 committed by Fabio Baltieri
parent feaae8b104
commit ac8dc34911

View file

@ -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;
}