fix typo for the low throughput tip

Bug: 332919265
Test: build
Change-Id: I43edb767248d9b0e5363e5c2327c5d3e17d9d7bd
Merged-In: I43edb767248d9b0e5363e5c2327c5d3e17d9d7bd
diff --git a/tests/bettertogether/betocq/directed_tests/mcc_5g_wfd_dfs_5g_sta_test.py b/tests/bettertogether/betocq/directed_tests/mcc_5g_wfd_dfs_5g_sta_test.py
index bf34440..c94b436 100644
--- a/tests/bettertogether/betocq/directed_tests/mcc_5g_wfd_dfs_5g_sta_test.py
+++ b/tests/bettertogether/betocq/directed_tests/mcc_5g_wfd_dfs_5g_sta_test.py
@@ -81,7 +81,7 @@
 
   def _get_throughput_low_tip(self) -> str:
     return (
-        'f{self._throughput_low_string}. This is a MCC test case where WFD uses'
+        f'{self._throughput_low_string}. This is a MCC test case where WFD uses'
         ' a 5G non-DFS channel and STA uses a5G DFS channel. Check with the'
         ' wifi chip vendorabout the possible firmware Tx/Rx issues in MCC mode.'
     )
diff --git a/tests/bettertogether/betocq/directed_tests/scc_2g_wfd_sta_test.py b/tests/bettertogether/betocq/directed_tests/scc_2g_wfd_sta_test.py
index 7bb56f1..5516016 100644
--- a/tests/bettertogether/betocq/directed_tests/scc_2g_wfd_sta_test.py
+++ b/tests/bettertogether/betocq/directed_tests/scc_2g_wfd_sta_test.py
@@ -84,7 +84,7 @@
 
   def _get_throughput_low_tip(self) -> str:
     return (
-        'f{self._throughput_low_string}.'
+        f'{self._throughput_low_string}.'
         'This is a SCC 2G test case with WFD medium. Check with the wifi chip'
         'vendor about the possible firmware Tx/Rx issues in this mode.'
     )
diff --git a/tests/bettertogether/betocq/directed_tests/scc_5g_wfd_sta_test.py b/tests/bettertogether/betocq/directed_tests/scc_5g_wfd_sta_test.py
index 7bc46b8..f100992 100644
--- a/tests/bettertogether/betocq/directed_tests/scc_5g_wfd_sta_test.py
+++ b/tests/bettertogether/betocq/directed_tests/scc_5g_wfd_sta_test.py
@@ -74,7 +74,7 @@
 
   def _get_throughput_low_tip(self) -> str:
     return (
-        'f{self._throughput_low_string}. This is a SCC 5G test case with WFD'
+        f'{self._throughput_low_string}. This is a SCC 5G test case with WFD'
         ' and STA operating at the same 5G channel.Check with the wifi chip'
         ' vendor about the possible firmware Tx/Rx issues inthis mode. Also'
         ' check if the AP channel is set correctly and is supported bythe used'
diff --git a/tests/bettertogether/betocq/directed_tests/scc_5g_wlan_sta_test.py b/tests/bettertogether/betocq/directed_tests/scc_5g_wlan_sta_test.py
index 14cec0b..78c9474 100644
--- a/tests/bettertogether/betocq/directed_tests/scc_5g_wlan_sta_test.py
+++ b/tests/bettertogether/betocq/directed_tests/scc_5g_wlan_sta_test.py
@@ -76,8 +76,8 @@
   def _get_throughput_low_tip(self) -> str:
     return (
         f'{self._throughput_low_string}. This is 5G WLAN test case. Check with'
-        ' the wifi chip vendor if TDLS issupported correctly. Also check if'
-        ' the AP has the firewall which could blockthe mDNS traffic.'
+        ' the wifi chip vendor if TDLS is supported correctly. Also check if'
+        ' the AP has the firewall which could block the mDNS traffic.'
     )
 
   def _is_wifi_ap_ready(self) -> bool:
diff --git a/tests/bettertogether/betocq/directed_tests/scc_dfs_5g_wfd_sta_test.py b/tests/bettertogether/betocq/directed_tests/scc_dfs_5g_wfd_sta_test.py
index eb281ef..33e1b47 100644
--- a/tests/bettertogether/betocq/directed_tests/scc_dfs_5g_wfd_sta_test.py
+++ b/tests/bettertogether/betocq/directed_tests/scc_dfs_5g_wfd_sta_test.py
@@ -79,7 +79,7 @@
 
   def _get_throughput_low_tip(self) -> str:
     return (
-        'f{self._throughput_low_string}. This is 5G SCC DFS WFD test case. In'
+        f'{self._throughput_low_string}. This is 5G SCC DFS WFD test case. In'
         ' the configuration file,enable_sta_dfs_channel_for_peer_network is set'
         ' to true for both src/target.Check if both device do support WFD group'
         ' owner in the STA-associatedDFS channel. Check if'
diff --git a/tests/bettertogether/betocq/directed_tests/scc_indoor_5g_wfd_sta_test.py b/tests/bettertogether/betocq/directed_tests/scc_indoor_5g_wfd_sta_test.py
index 71d163e..a250415 100644
--- a/tests/bettertogether/betocq/directed_tests/scc_indoor_5g_wfd_sta_test.py
+++ b/tests/bettertogether/betocq/directed_tests/scc_indoor_5g_wfd_sta_test.py
@@ -80,7 +80,7 @@
 
   def _get_throughput_low_tip(self) -> str:
     return (
-        'f{self._throughput_low_string}. This is 5G SCC indoor WFD test case.'
+        f'{self._throughput_low_string}. This is 5G SCC indoor WFD test case.'
         ' In the configuration file,enable_sta_indoor_channel_for_peer_network'
         ' is set to true.Check if the target device does support WFD group'
         ' owner in the STA-associatedindoor channel. Check if'