Fix various typos

Found via `codespell -q 3 -S "./resources/lang,./resources/assets/js/locales" -L hastable`
This commit is contained in:
luzpaz
2024-01-10 01:12:48 +00:00
parent 136fe8e8eb
commit 744e193faa
13 changed files with 20 additions and 20 deletions

View File

@@ -41,7 +41,7 @@ trait ModelInformation
*
* @throws FireflyException
*/
protected function getActionsForBill(Bill $bill): array // get info and augument
protected function getActionsForBill(Bill $bill): array // get info and argument
{
try {
$result = view(
@@ -108,7 +108,7 @@ trait ModelInformation
*
* @throws FireflyException
*/
protected function getTriggersForBill(Bill $bill): array // get info and augument
protected function getTriggersForBill(Bill $bill): array // get info and argument
{
// TODO duplicate code
$operators = config('search.operators');