diff --git a/controllers/customers_controller.php b/controllers/customers_controller.php index e8d5af1..2d7ecdc 100644 --- a/controllers/customers_controller.php +++ b/controllers/customers_controller.php @@ -40,7 +40,7 @@ class CustomersController extends AppController { ************************************************************************** * virtuals: jqGridData * - With the application controller handling the jqGridData action, - * these virutal functions ensure that the correct data is passed + * these virtual functions ensure that the correct data is passed * to jqGrid. */ diff --git a/controllers/leases_controller.php b/controllers/leases_controller.php index 13ca357..00420fb 100644 --- a/controllers/leases_controller.php +++ b/controllers/leases_controller.php @@ -39,7 +39,7 @@ class LeasesController extends AppController { ************************************************************************** * virtuals: jqGridData * - With the application controller handling the jqGridData action, - * these virutal functions ensure that the correct data is passed + * these virtual functions ensure that the correct data is passed * to jqGrid. */ diff --git a/controllers/units_controller.php b/controllers/units_controller.php index 9fec73c..04c2975 100644 --- a/controllers/units_controller.php +++ b/controllers/units_controller.php @@ -41,7 +41,7 @@ class UnitsController extends AppController { ************************************************************************** * virtuals: jqGridData * - With the application controller handling the jqGridData action, - * these virutal functions ensure that the correct data is passed + * these virtual functions ensure that the correct data is passed * to jqGrid. */