qcacld-3.0: Fix typo "choosen"

Replace typo "choosen" with correct spelling "chosen"

Change-Id: I58fc894783093f3d68f3b576906695a9ce201adf
CRs-Fixed: 2237731
This commit is contained in:
Jeff Johnson
2018-05-05 23:54:23 -07:00
committed by nshrivas
parent 389e16bd34
commit 2cc31fdbad
2 changed files with 2 additions and 2 deletions

View File

@@ -2699,7 +2699,7 @@ uint8_t sap_select_channel(tHalHandle hal, struct sap_context *sap_ctx,
#ifdef FEATURE_AP_MCC_CH_AVOIDANCE
/*
* Weight of the channels(device's AP is operating)
* increased to MAX+1 so that they will be choosen only
* increased to MAX+1 so that they will be chosen only
* when there is no other best channel to choose
*/
if (sap_check_in_avoid_ch_list(sap_ctx, best_ch_num)) {