There are a bunch of spelling mistakes in two ath drivers, fix
these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
 
        status = ath10k_hif_set_target_log_mode(ar, fw_diag_log);
        if (status && status != -EOPNOTSUPP) {
-               ath10k_warn(ar, "set traget log mode faileds: %d\n", status);
+               ath10k_warn(ar, "set target log mode failed: %d\n", status);
                goto err_hif_stop;
        }
 
 
                               wlfw_ini_req_msg_v01_ei, &req);
        if (ret < 0) {
                qmi_txn_cancel(&txn);
-               ath10k_err(ar, "fail to send fw log reqest: %d\n", ret);
+               ath10k_err(ar, "failed to send fw log request: %d\n", ret);
                goto out;
        }
 
                goto out;
 
        if (resp.resp.result != QMI_RESULT_SUCCESS_V01) {
-               ath10k_err(ar, "fw log request rejectedr: %d\n",
+               ath10k_err(ar, "fw log request rejected: %d\n",
                           resp.resp.error);
                ret = -EINVAL;
                goto out;
 
                return rc;
 
        if (reply.evt.status == WMI_FW_STATUS_FAILURE) {
-               wil_err(wil, "Failed geting TEMP_SENSE_ALL\n");
+               wil_err(wil, "Failed getting TEMP_SENSE_ALL\n");
                return -EINVAL;
        }