Skip to content

Commit

Permalink
server/driver.go: fix typo (pingcap#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala authored Aug 31, 2016
2 parents 9923f8c + 06f0c4c commit 85af865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type IDriver interface {
OpenCtx(connID uint64, capability uint32, collation uint8, dbname string) (IContext, error)
}

// IContext is the interface to execute commant.
// IContext is the interface to execute command.
type IContext interface {
// Status returns server status code.
Status() uint16
Expand Down

0 comments on commit 85af865

Please sign in to comment.