fix: Typo
diff --git a/erpnext/loan_management/doctype/loan_security_shortfall/loan_security_shortfall.py b/erpnext/loan_management/doctype/loan_security_shortfall/loan_security_shortfall.py
index c9b7716..6539436 100644
--- a/erpnext/loan_management/doctype/loan_security_shortfall/loan_security_shortfall.py
+++ b/erpnext/loan_management/doctype/loan_security_shortfall/loan_security_shortfall.py
@@ -120,6 +120,6 @@
 		{
 			"status": "Completed",
 			"shortfall_amount": 0,
-			"shortfall_precentage": 0
+			"shortfall_percentage": 0
 		})