wlan: Fix misspellings in prima code ("acquire" and others)

There should not be any misspellings or grammar errors in customer
visible strings or Open Source code.  Fix misspellings of "acquire",
"allocation", "associated", "autonomous", "broadcast", "client",
"dropping", "formation", "information", "negotiation", "received",
"request", and "utility" observed in comments and user-visible strings.

Change-Id: I1a85558d91938cdabce7b2b9533142caea85afdf
CR-Fixed: 429978
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c
index f360a70..fd87a83 100644
--- a/CORE/HDD/src/wlan_hdd_main.c
+++ b/CORE/HDD/src/wlan_hdd_main.c
@@ -4750,7 +4750,7 @@
    if(mgmt == NULL) 
    {
       VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, 
-            "%s: memory allocatoin failed (%d bytes)", __func__, len);
+            "%s: memory allocation failed (%d bytes)", __func__, len);
       return VOS_STATUS_E_NOMEM;
    }
    mgmt->u.deauth.reason_code = WLAN_REASON_DISASSOC_LOW_ACK;