Skip to content

Commit

Permalink
Merge pull request #2437 from liubin/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
r2d4 committed Jan 19, 2018
2 parents aa32282 + 3fb4cad commit c792b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/machine/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func getVirtualboxDriver(rawDriver []byte) (drivers.Driver, error) {
return driver, nil
}

// LocalClient is a non-RPC implemenation
// LocalClient is a non-RPC implementation
// of the libmachine API
type LocalClient struct {
certsDir string
Expand Down

0 comments on commit c792b18

Please sign in to comment.