Fixed some convoluted texts in remote.md and fixed a remote driver bug

Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
Madhu Venugopal
2015-05-07 11:55:46 -07:00
parent 58a647c6f9
commit 3db57f2a0e
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ var (
// ErrNoEndpoint is returned if no endpoint with the specified id exists
ErrNoEndpoint = errors.New("No endpoint exists")
// ErrNotImplemented is returned when a Driver has not implemented an API yet
ErrNotImplemented = errors.New("The API is not implemneted yet")
ErrNotImplemented = errors.New("The API is not implemented yet")
)
// Driver is an interface that every plugin driver needs to implement.