Skip to content

Commit

Permalink
remove embarrassing typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
theckman committed Apr 4, 2015
1 parent c5438a7 commit 87dc101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zk/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Stat struct {
Pzxid int64 // last modified children
}

// Client is the information for a single Zookeper client and its session.
// ServerClient is the information for a single Zookeeper client and its session.
// This is used to parse/extract the output fo the `cons` command.
type ServerClient struct {
Queued int64
Expand All @@ -55,7 +55,7 @@ type ServerClient struct {
Error error
}

// Clients is a struct for the FLWCons() function. It's used to provide
// ServerClients is a struct for the FLWCons() function. It's used to provide
// the list of Clients.
//
// This is needed because FLWCons() takes multiple servers.
Expand Down

0 comments on commit 87dc101

Please sign in to comment.