Fix Godoc typos
Signed-off-by: Andy Goldstein <agoldste@redhat.com>
This commit is contained in:
parent
6a72d1aefb
commit
5c3f53b70f
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
// InitFunc is the type of a StorageMiddleware factory function and is
|
||||
// used to register the contsructor for different StorageMiddleware backends.
|
||||
// used to register the constructor for different StorageMiddleware backends.
|
||||
type InitFunc func(storageDriver storagedriver.StorageDriver, options map[string]interface{}) (storagedriver.StorageDriver, error)
|
||||
|
||||
var storageMiddlewares map[string]InitFunc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue