mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-05 05:12:04 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user