This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 53ff74425c FINERACT-2430: Fix typo: rename 'acount' to 'account'
53ff74425c is described below
commit 53ff74425c2d5feba1434a47de030ffcc65e6f05
Author: yvana-kengne <[email protected]>
AuthorDate: Sat Jan 10 18:52:15 2026 +0100
FINERACT-2430: Fix typo: rename 'acount' to 'account'
---
.../java/org/apache/fineract/portfolio/tax/domain/TaxComponent.java | 2 +-
.../AdvancedPaymentAllocationLoanRepaymentScheduleTest.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/fineract-tax/src/main/java/org/apache/fineract/portfolio/tax/domain/TaxComponent.java
b/fineract-tax/src/main/java/org/apache/fineract/portfolio/tax/domain/TaxComponent.java
index 1d5978a258..b15a5f8933 100644
---
a/fineract-tax/src/main/java/org/apache/fineract/portfolio/tax/domain/TaxComponent.java
+++
b/fineract-tax/src/main/java/org/apache/fineract/portfolio/tax/domain/TaxComponent.java
@@ -194,7 +194,7 @@ public class TaxComponent extends AbstractAuditableCustom {
return this.debitAccountType;
}
- public GLAccount getDebitAcount() {
+ public GLAccount getDebitAccount() {
return this.debitAccount;
}
diff --git
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/AdvancedPaymentAllocationLoanRepaymentScheduleTest.java
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/AdvancedPaymentAllocationLoanRepaymentScheduleTest.java
index 494154c2a4..140ecd5880 100644
---
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/AdvancedPaymentAllocationLoanRepaymentScheduleTest.java
+++
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/AdvancedPaymentAllocationLoanRepaymentScheduleTest.java
@@ -3851,7 +3851,7 @@ public class
AdvancedPaymentAllocationLoanRepaymentScheduleTest extends BaseLoan
// every 2 months)
// ADVANCED_PAYMENT_ALLOCATION_STRATEGY
// 1. Create a Loan product with Adv. Pment. Alloc. and No Interest
- // 2. Submit Loan and approve -> expect validation error - Loan acount
Fixed
+ // 2. Submit Loan and approve -> expect validation error - Loan account
Fixed
// Length with a wrong Loan Term setup
@Test
public void uc132() {