diff --git a/client/adv_monitor.c b/client/adv_monitor.c
index 29e6709..58f379f 100644
--- a/client/adv_monitor.c
+++ b/client/adv_monitor.c
print_supported_list(manager.supported_features);
bt_shell_printf("\n");
- bt_shell_printf("Supported Moniter Types:");
+ bt_shell_printf("Supported Monitor Types:");
print_supported_list(manager.supported_types);
bt_shell_printf("\n");
}
diff --git a/client/mgmt.c b/client/mgmt.c
index 0a9cc58..d07f7d8 100644
--- a/client/mgmt.c
+++ b/client/mgmt.c
print("Local Clock: %u", le32_to_cpu(rp->local_clock));
print("Piconet Clock: %u", le32_to_cpu(rp->piconet_clock));
- print("Accurary: %u", le16_to_cpu(rp->accuracy));
+ print("Accuracy: %u", le16_to_cpu(rp->accuracy));
bt_shell_noninteractive_quit(EXIT_SUCCESS);
}
{ "ssp", "<on/off>",
cmd_ssp, "Toggle SSP mode" },
{ "sc", "<on/off/only>",
- cmd_sc, "Toogle SC support" },
+ cmd_sc, "Toggle SC support" },
{ "hs", "<on/off>",
cmd_hs, "Toggle HS support" },
{ "le", "<on/off>",
{ "ext-config", "<on/off>",
cmd_ext_config, "External configuration" },
{ "debug-keys", "<on/off>",
- cmd_debug_keys, "Toogle debug keys" },
+ cmd_debug_keys, "Toggle debug keys" },
{ "conn-info", "[-t type] <remote address>",
cmd_conn_info, "Get connection information" },
{ "io-cap", "<cap>",
diff --git a/client/player.c b/client/player.c
index 2702ea5..e4c2d45 100644
--- a/client/player.c
+++ b/client/player.c
/* Enqueue link to mark that it is ready to be selected */
queue_push_tail(args->selecting, link);
- /* Continue setting the remanining links */
+ /* Continue setting the remaining links */
transport_set_links(args);
}
diff --git a/client/scripts/scan-delegator.bt b/client/scripts/scan-delegator.bt
index 5ff7bcb..cc2b5af 100644
--- a/client/scripts/scan-delegator.bt
+++ b/client/scripts/scan-delegator.bt
#
#
# After the connection has been established, transports will
-# be created for streams added by the Bradcast Assistant that
+# be created for streams added by the Broadcast Assistant that
# match the audio capabilities chosen at endpoint register.
# Select the desired transport. If the stream is encrypted,
# a prompt will be displayed to enter the Broadacast Code for
#
# Check that the transport has transitioned to "active" state
#
-# [CHG] Transport /org/bluez/hci0/dev_xx_xx_xx_xx_xx_xx/bis_n/fd_m State: active
\ No newline at end of file
+# [CHG] Transport /org/bluez/hci0/dev_xx_xx_xx_xx_xx_xx/bis_n/fd_m State: active