mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-11-21 03:10:05 -05:00
Fix spelling error
This commit is contained in:
parent
65cc26a0db
commit
aa4d8074b2
@ -20,7 +20,7 @@ type DiscoverCardClient struct {
|
||||
}
|
||||
|
||||
// NewDiscoverCardClient returns a Client interface configured to handle
|
||||
// Discover Card's brand of idiosyncracy
|
||||
// Discover Card's brand of idiosyncrasy
|
||||
func NewDiscoverCardClient(bc *BasicClient) Client {
|
||||
return &DiscoverCardClient{bc}
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ type VanguardClient struct {
|
||||
}
|
||||
|
||||
// NewVanguardClient returns a Client interface configured to handle Vanguard's
|
||||
// brand of idiosyncracy
|
||||
// brand of idiosyncrasy
|
||||
func NewVanguardClient(bc *BasicClient) Client {
|
||||
return &VanguardClient{bc}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user