mirror of
https://github.com/containers/podman.git
synced 2025-10-15 02:06:42 +08:00
Fix up errors found by codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -163,6 +163,6 @@ var (
|
||||
ErrNetworkOnPodContainer = errors.New("network cannot be configured when it is shared with a pod")
|
||||
|
||||
// ErrStoreNotInitialized indicates that the container storage was never
|
||||
// initilized.
|
||||
ErrStoreNotInitialized = errors.New("the container storage was never initilized")
|
||||
// initialized.
|
||||
ErrStoreNotInitialized = errors.New("the container storage was never initialized")
|
||||
)
|
||||
|
Reference in New Issue
Block a user