qcacld-3.0: Fix typo "diable"

Replace typo "diable" with correct spelling "disable".

Change-Id: Ifb0d0086c1356a92fd868a22c2f1e1693f66066a
CRs-Fixed: 2238297
diff --git a/core/cds/src/cds_api.c b/core/cds/src/cds_api.c
index cb90bb4..6ae7de1 100644
--- a/core/cds/src/cds_api.c
+++ b/core/cds/src/cds_api.c
@@ -2929,7 +2929,7 @@
 				cds_err("SMMU mismatch: IPA: enable, WLAN: disable");
 				return QDF_STATUS_E_FAILURE;
 			} else {
-				cds_info("SMMU diabled from both IPA and WLAN side");
+				cds_info("SMMU disabled from both IPA and WLAN side");
 			}
 		}
 	}
diff --git a/core/dp/txrx/ol_cfg.c b/core/dp/txrx/ol_cfg.c
index f9a928d..9e2fce9 100644
--- a/core/dp/txrx/ol_cfg.c
+++ b/core/dp/txrx/ol_cfg.c
@@ -106,7 +106,7 @@
 
 	ol_pdev_cfg_param_update(cfg_ctx);
 
-	/* temporarily diabled PN check for Riva/Pronto */
+	/* temporarily disabled PN check for Riva/Pronto */
 	cfg_ctx->rx_pn_check = 1;
 	cfg_ctx->defrag_timeout_check = ol_defrag_timeout_check();
 	cfg_ctx->max_peer_id = 511;
diff --git a/core/hdd/src/wlan_hdd_wext.c b/core/hdd/src/wlan_hdd_wext.c
index d85fd3e..3b578a6 100644
--- a/core/hdd/src/wlan_hdd_wext.c
+++ b/core/hdd/src/wlan_hdd_wext.c
@@ -127,7 +127,7 @@
 #define WE_SET_MAX_ASSOC     4
 /*
  * <ioctl>
- * scan_diable - Disable scan
+ * scan_disable - Disable scan
  *
  * @INPUT: set_value
  *
diff --git a/core/mac/inc/sir_api.h b/core/mac/inc/sir_api.h
index b008dad..4dad901 100644
--- a/core/mac/inc/sir_api.h
+++ b/core/mac/inc/sir_api.h
@@ -5383,7 +5383,7 @@
  *     threshold is not set in the bitmap, global threshold will take
  *     effect.
  * @global: whether clobal threshold is enabled.
- *     When both global and dedicated threshold are diabled, MAC counter
+ *     When both global and dedicated threshold are disabled, MAC counter
  *     will indicate stats periodically.
  * @global_threshold: global threshold value
  * @cca_bitmap: bitmap for CCA.