From 0133c85c01c704d916c5db81b87b0a8e0043e016 Mon Sep 17 00:00:00 2001 From: abijah Date: Sun, 14 Jun 2009 20:12:52 +0000 Subject: [PATCH] Fixed trivial spelling error in one comment block git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@119 97e9348a-65ac-dc4b-aefc-98561f571b83 --- controllers/customers_controller.php | 2 +- controllers/leases_controller.php | 2 +- controllers/units_controller.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. */