From 3f7dbe81f9eb33f65d70fdc42923ac0d371fe1dc Mon Sep 17 00:00:00 2001 From: Thomas Werzmirzowsky Date: Wed, 17 Nov 2021 21:53:24 +0100 Subject: [PATCH] fixed typo --- application/controllers/Gridsquares.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Gridsquares.php b/application/controllers/Gridsquares.php index bda7950a..266b73d1 100644 --- a/application/controllers/Gridsquares.php +++ b/application/controllers/Gridsquares.php @@ -17,7 +17,7 @@ class Gridsquares extends CI_Controller { public function index() { - // if there are no satelite QSOs redirect to band selection directly + // if there are no satellite QSOs redirect to band selection directly $this->load->model('logbook_model'); $total_sat = $this->logbook_model->total_sat(); if ($total_sat->num_rows() == 0) {