From 7bb1748332216d18bdca2f405df12e62c947569e Mon Sep 17 00:00:00 2001 From: Corby Krick Date: Sat, 31 Aug 2013 11:50:04 -0500 Subject: [PATCH] Fixing a couple of typos --- application/controllers/eqsl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/eqsl.php b/application/controllers/eqsl.php index b6a90013..cd596abe 100644 --- a/application/controllers/eqsl.php +++ b/application/controllers/eqsl.php @@ -58,7 +58,7 @@ class eqsl extends CI_Controller { } else { - $eqsl_status = "Already recived an eQSL for this QSO."; + $eqsl_status = "Already received an eQSL for this QSO."; } } else @@ -80,7 +80,7 @@ class eqsl extends CI_Controller { $data['eqsl_table'] = $table; - $data['page_title'] = "eQSL ADIF Information"; + $data['page_title'] = "eQSL Import Information"; $this->load->view('layout/header', $data); $this->load->view('eqsl/analysis'); $this->load->view('layout/footer');