Skip to content

Commit

Permalink
core: correct small typo
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Apr 24, 2017
1 parent 823d478 commit 822ca70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Driver interface {
Start() error
// Halt terminates the Driver
Halt() error
// Connection returns the Connection assiciated with the Driver
// Connection returns the Connection associated with the Driver
Connection() Connection
}

Expand Down

0 comments on commit 822ca70

Please sign in to comment.