[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 1fa0152 1/4: Fix a typo
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 1fa0152 1/4: Fix a typo |
Date: |
Sat, 8 Jun 2019 12:15:26 -0400 (EDT) |
branch: master
commit 1fa0152a2974ad2ff81a8b2f8c8219a2fd3ad666
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Fix a typo
---
ihs_basicval.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ihs_basicval.cpp b/ihs_basicval.cpp
index c3653b0..0432690 100644
--- a/ihs_basicval.cpp
+++ b/ihs_basicval.cpp
@@ -924,7 +924,7 @@ double BasicValues::GetModalPremMaxNonMec
/// nature; if it is nonetheless desired to add a policy fee to a
/// (conservative) table-derived 7pp, then 'oe_modal_table' should
/// be used instead.
-/// Therefore, an assertion (where 'TgtPremMonthlyPolFee' is assiged)
+/// Therefore, an assertion (where 'TgtPremMonthlyPolFee' is assigned)
/// requires that the fee be zero in those cases, and also fires if
/// this function is used for minimum premium with a nonzero fee
/// (because no GetModalPremMinFromTable() has yet been written).