This is an automated email from the ASF dual-hosted git repository.

victorromero 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 5790a32260 FINERACT-2542: Fix typos in GLClosures and AccountingRule 
Swagger descriptions (#5635)
5790a32260 is described below

commit 5790a322602fe8da09ce9d88fa323aef16635d85
Author: Suthankan Balenthiran <[email protected]>
AuthorDate: Tue Mar 17 00:34:18 2026 +0530

    FINERACT-2542: Fix typos in GLClosures and AccountingRule Swagger 
descriptions (#5635)
---
 .../apache/fineract/accounting/closure/api/GLClosuresApiResource.java   | 2 +-
 .../apache/fineract/accounting/rule/api/AccountingRuleApiResource.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/fineract-accounting/src/main/java/org/apache/fineract/accounting/closure/api/GLClosuresApiResource.java
 
b/fineract-accounting/src/main/java/org/apache/fineract/accounting/closure/api/GLClosuresApiResource.java
index d8fec99f89..5adb876a0a 100644
--- 
a/fineract-accounting/src/main/java/org/apache/fineract/accounting/closure/api/GLClosuresApiResource.java
+++ 
b/fineract-accounting/src/main/java/org/apache/fineract/accounting/closure/api/GLClosuresApiResource.java
@@ -63,7 +63,7 @@ import org.springframework.stereotype.Component;
         closingDate
         The date for which the accounting closure is defined
         officeId
-        The identifer of the branch for which accounting has been closed
+        The identifier of the branch for which accounting has been closed
         comments
         Description associated with an Accounting closure
         """)
diff --git 
a/fineract-accounting/src/main/java/org/apache/fineract/accounting/rule/api/AccountingRuleApiResource.java
 
b/fineract-accounting/src/main/java/org/apache/fineract/accounting/rule/api/AccountingRuleApiResource.java
index 0bc4e463f2..6b420ac997 100644
--- 
a/fineract-accounting/src/main/java/org/apache/fineract/accounting/rule/api/AccountingRuleApiResource.java
+++ 
b/fineract-accounting/src/main/java/org/apache/fineract/accounting/rule/api/AccountingRuleApiResource.java
@@ -71,7 +71,7 @@ import org.springframework.stereotype.Component;
 @Tag(name = "Accounting Rules", description = """
         It is typical scenario in MFI's that non accountants pass journal 
entries on a regular basis. For Ex: A branch office might deposit their entire 
cash at hand to their Bank account at the end of a working day. The branch 
office users might not understand enough of accounting to figure out which 
account needs to get credited and which account needs to be debited to 
represent this transaction.
 
-        Enter accounting rules, an abstraction on top of manual Journal 
entires for enabling simpler data entry. An accounting rule can define any of 
the following abstractions
+        Enter accounting rules, an abstraction on top of manual journal 
entries for enabling simpler data entry. An accounting rule can define any of 
the following abstractions
 
         A Simple journal entry where both the credit and debit account have 
been preselected
         A Simple journal entry where either credit or debit accounts have been 
limited to a pre-selected list of accounts (Ex: Debit account should be one of 
"Bank of America" of "JP Morgan" and credit account should be "Cash")

Reply via email to