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_wext.c b/CORE/HDD/src/wlan_hdd_wext.c
index 4c0d6dd..33b26a6 100644
--- a/CORE/HDD/src/wlan_hdd_wext.c
+++ b/CORE/HDD/src/wlan_hdd_wext.c
@@ -4085,7 +4085,7 @@
            }
            else
            {
-              printk(KERN_ERR"SAP adaptor not found to stop it!\n");
+              printk(KERN_ERR"SAP adapter not found to stop it!\n");
            }
 
            break;
@@ -5823,7 +5823,7 @@
     if (!uTotalSize)
     {
       VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
-                "Invalid input parametery type : %d with no value at offset %d",
+                "Invalid input parameter type : %d with no value at offset %d",
                 ucType, nOffset);
       return VOS_STATUS_E_FAILURE;
     }
@@ -5854,7 +5854,7 @@
       break;
       default:
         VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
-                "Invalid input parametery type : %d with value: %d at offset %d",
+                "Invalid input parameter type : %d with value: %d at offset %d",
                 ucType, uValue,  nOffset);
       return VOS_STATUS_E_FAILURE;
     }