Merge pull request #5420 from purpleidea/feat/typos2

Fix typos
This commit is contained in:
Gyu-Ho Lee 2016-05-20 11:30:38 -07:00
commit 4c36054610
2 changed files with 4 additions and 4 deletions

View File

@ -66,9 +66,9 @@ type Client struct {
newconnc chan struct{}
lastConnErr error
// Username is a username of authentication
// Username is a username for authentication
Username string
// Password is a password of authentication
// Password is a password for authentication
Password string
}

View File

@ -44,10 +44,10 @@ type Config struct {
// Logger is the logger used by client library.
Logger Logger
// Username is a username of authentication
// Username is a username for authentication
Username string
// Password is a password of authentication
// Password is a password for authentication
Password string
}