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/MAC/src/pe/lim/limProcessSmeReqMessages.c b/CORE/MAC/src/pe/lim/limProcessSmeReqMessages.c
index 0d5092f..dce0df6 100644
--- a/CORE/MAC/src/pe/lim/limProcessSmeReqMessages.c
+++ b/CORE/MAC/src/pe/lim/limProcessSmeReqMessages.c
@@ -3090,7 +3090,7 @@
             break;
     }
 
-    // Get Assoctiated stations from PE
+    // Get Associated stations from PE
     // Find PE session Entry
     if ((psessionEntry = peFindSessionByBssid(pMac, getAssocSTAsReq.bssId, &sessionId)) == NULL)
     {
@@ -3192,7 +3192,7 @@
         goto limGetWPSPBCSessionsEnd;
     }
 
-    // Get Assoctiated stations from PE
+    // Get Associated stations from PE
     // Find PE session Entry
     if ((psessionEntry = peFindSessionByBssid(pMac, GetWPSPBCSessionsReq.bssId, &sessionId)) == NULL)
     {
@@ -3209,7 +3209,7 @@
         goto limGetWPSPBCSessionsEnd;
     }
 
-    // Call hdd callback with sap event to send the WPS PBC overlap infromation
+    // Call hdd callback with sap event to send the WPS PBC overlap information
     sapEvent.sapHddEventCode =  eSAP_GET_WPSPBC_SESSION_EVENT;
     sapEvent.sapevt.sapGetWPSPBCSessionEvent.module = VOS_MODULE_ID_PE;