wlan: Fix misspellings in prima code ("adapter" and "parameter")

There should not be any misspellings or grammar errors in customer
visible strings or Open Source code.  Fix misspellings of "adapter" and
"parameter" observed in comments and user-visible strings.

Change-Id: I1a9c5547e5b50deb0b777f9977fa699eadf2ee6f
CR-Fixed: 429978
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c
index fd87a83..52d4e34 100644
--- a/CORE/HDD/src/wlan_hdd_main.c
+++ b/CORE/HDD/src/wlan_hdd_main.c
@@ -202,7 +202,7 @@
 
    if(NULL == pAdapter)
    {
-      hddLog(VOS_TRACE_LEVEL_FATAL,"%s: HDD Adaptor Null Pointer", __func__);
+      hddLog(VOS_TRACE_LEVEL_FATAL,"%s: HDD Adapter Null Pointer", __func__);
       VOS_ASSERT(0);
       return NOTIFY_DONE;
    }