diff --git a/InvoiceAndBilling.php b/InvoiceAndBilling.php index 8b2fea1..0309fb1 100644 --- a/InvoiceAndBilling.php +++ b/InvoiceAndBilling.php @@ -183,7 +183,7 @@ function getItemObj($dataService) { } } - // Fetch IncomeAccount, ExoenseAccount and AssetAccount Refs needed to create an Item + // Fetch IncomeAccount, ExpenseAccount and AssetAccount Refs needed to create an Item $incomeAccount = getIncomeAccountObj($dataService); $expenseAccount = getExpenseAccountObj($dataService); $assetAccount = getAssetAccountObj($dataService);