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

There should not be any misspellings or grammar errors in customer
visible strings or Open Source code.  Fix misspellings of "cache",
"connected", "interval", "preferred", "resetting", and "success"
observed in comments and user-visible strings.

Change-Id: I35eef314967f2fd188cc06526beaa20946f24525
CR-Fixed: 429978
diff --git a/CORE/SME/src/csr/csrUtil.c b/CORE/SME/src/csr/csrUtil.c
index 545c27b..7f7c8e8 100644
--- a/CORE/SME/src/csr/csrUtil.c
+++ b/CORE/SME/src/csr/csrUtil.c
@@ -3007,7 +3007,7 @@
                            }
                            else
                            {
-                               smsLog(pMac, LOGE, FL("BeaconInteval is different cannot connect to prefered AP...\n"));
+                               smsLog(pMac, LOGE, FL("BeaconInterval is different cannot connect to preferred AP...\n"));
                                return eHAL_STATUS_FAILURE;
                            }
                         }
@@ -3041,7 +3041,7 @@
                             (pMac->roam.roamSession[sessionId].bssParams.beaconInterval 
                                 != *beaconInterval))
                         {
-                            smsLog(pMac, LOGE, FL("BeaconInteval is different cannot connect to P2P_GO network ...\n"));
+                            smsLog(pMac, LOGE, FL("BeaconInterval is different cannot connect to P2P_GO network ...\n"));
                             return eHAL_STATUS_FAILURE;
                         }
                     }