Skip to content

Commit 75cbaf6

Browse files
github-actions[bot]lballabio
authored andcommitted
Fixes by misspell-fixer
1 parent c7d8145 commit 75cbaf6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ql/experimental/termstructures/crosscurrencyratehelpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ namespace QuantLib {
107107
DiscountFactor discountStart = helper_.discount(start);
108108
DiscountFactor discountEnd = helper_.discount(end);
109109

110-
// NPV of a resetting coupon consists of a redemption of borrowed amount occuring
110+
// NPV of a resetting coupon consists of a redemption of borrowed amount occurring
111111
// at the end of the accrual period plus the accrued interest, minus the borrowed
112112
// amount at the start of the period. All amounts are corrected by an adjustment
113113
// corresponding to the implied forward exchange rate, which is estimated by

ql/termstructures/credit/defaultprobabilityhelpers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ namespace QuantLib {
6565
distinction.
6666
@param recoveryRate The recovery rate of the underlying reference entity.
6767
@param discountCurve A handle to the relevant discount curve.
68-
@param settlesAccrual Set to \c true if accrued fee is paid on the occurence of a credit event and set
68+
@param settlesAccrual Set to \c true if accrued fee is paid on the occurrence of a credit event and set
6969
to \c false if it is not. Typically this is \c true.
7070
@param paysAtDefaultTime Set to \c true if default payment is made at time of credit event or postponed
7171
to the end of the coupon period. Typically this is \c true.

0 commit comments

Comments
 (0)