From 33c7ad463cc674218038bbd379fa2d50c047d45a Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 16 Apr 2017 20:46:32 -0400 Subject: [PATCH] spelling fix --- invstmt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invstmt.go b/invstmt.go index 1c91d44..40bef46 100644 --- a/invstmt.go +++ b/invstmt.go @@ -459,7 +459,7 @@ type InvBankTransaction struct { // InvTranList represents a list of investment account transactions. It // includes the date range its transactions cover, as well as the bank- and -// security-related transactions themselfes. It must be unmarshalled manually +// security-related transactions themselves. It must be unmarshalled manually // due to the structure (don't know what kind of InvTransaction is coming next) type InvTranList struct { DtStart Date