Diff between cb8facbd9a54a9530ab51f03593ee793998c8db9 and 9986633b31557953e098ead468079ff639dd1221

Changed Files

File Additions Deletions Status
client/adv_monitor.c +1 -1 modified
client/mgmt.c +3 -3 modified
client/player.c +1 -1 modified
client/scripts/scan-delegator.bt +2 -2 modified

Full Patch

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
@@ -758,7 +758,7 @@ void adv_monitor_get_supported_info(void)
 	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
@@ -4243,7 +4243,7 @@ static void clock_info_rsp(uint8_t status, uint16_t len, const void *param,
 
 	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);
 }
@@ -6033,7 +6033,7 @@ static const struct bt_shell_menu mgmt_menu = {
 	{ "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>",
@@ -6095,7 +6095,7 @@ static const struct bt_shell_menu mgmt_menu = {
 	{ "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
@@ -5359,7 +5359,7 @@ static void set_links_cb(const DBusError *error, void *user_data)
 	/* 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
@@ -16,7 +16,7 @@ advertise on
 #
 #
 # 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
@@ -40,4 +40,4 @@ advertise on
 #
 # 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