mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Fix various typos
Found via `codespell -q 3 -S "./resources/lang,./resources/assets/js/locales" -L hastable`
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user