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
(cherry picked from commit 1250df4cf17b16b5901dcc5e98ab4729eb434981)
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c
index 199b4bc..827d705 100644
--- a/CORE/HDD/src/wlan_hdd_cfg80211.c
+++ b/CORE/HDD/src/wlan_hdd_cfg80211.c
@@ -1710,13 +1710,13 @@
          {
              globalP2PConnectionStatus = P2P_GO_COMPLETED_STATE;
              hddLog(LOGE,"[P2P State] From Go nego completed to "
-                         "Non-autonomus Group started");
+                         "Non-autonomous Group started");
          }
          else if(globalP2PConnectionStatus == P2P_NOT_ACTIVE)
          {
              globalP2PConnectionStatus = P2P_GO_COMPLETED_STATE;
              hddLog(LOGE,"[P2P State] From Inactive to "
-                         "Autonomus Group started");
+                         "Autonomous Group started");
          }
     }
 #endif
@@ -2677,7 +2677,7 @@
         {
             /* set group key*/
             VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
-                    "%s- %d: setting Broacast key",
+                    "%s- %d: setting Broadcast key",
                     __func__, __LINE__);
             setKey.keyDirection = eSIR_RX_ONLY;
             vos_mem_copy(setKey.peerMac,groupmacaddr,WNI_CFG_BSSID_LEN);
@@ -3944,7 +3944,7 @@
     if (mutex_lock_interruptible(&pHddCtx->tmInfo.tmOperationLock))
     {
         VOS_TRACE(VOS_MODULE_ID_HDD,VOS_TRACE_LEVEL_ERROR,
-                  "%s: Aquire lock fail", __func__);
+                  "%s: Acquire lock fail", __func__);
         return -EAGAIN;
     }    
     if (TRUE == pHddCtx->tmInfo.tmAction.enterImps)