From 5009ef3c796ea5213896114b90594fb895947b17 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 6 Apr 2017 19:17:52 -0400 Subject: [PATCH] Spelling mistake --- invstmt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invstmt.go b/invstmt.go index 848ea6b..d1e2cd6 100644 --- a/invstmt.go +++ b/invstmt.go @@ -96,7 +96,7 @@ type InvSell struct { LoanId String `xml:"LOANID,omitempty"` // For 401(k) accounts only. Indicates that the transaction was due to a loan or a loan repayment, and which loan it was StateWitholding Amount `xml:"STATEWITHHOLDING,omitempty"` // State tax witholdings - Penalty Amount `xml:"PENALTY,omitempty"` // Amount witheld due to penalty + Penalty Amount `xml:"PENALTY,omitempty"` // Amount withheld due to penalty Inv401kSource inv401kSource `xml:"INV401KSOURCE,omitempty"` // Source of money for this transaction. One of PRETAX, AFTERTAX, MATCH, PROFITSHARING, ROLLOVER, OTHERVEST, OTHERNONVEST for 401(k) accounts. Default if not present is OTHERNONVEST. The following cash source types are subject to vesting: MATCH, PROFITSHARING, and OTHERVEST }