mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
Fix up errors found by codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -206,7 +206,7 @@ func InspectNetwork(config *config.Config, name string) (map[string]interface{},
|
||||
}
|
||||
|
||||
// Exists says whether a given network exists or not; it meant
|
||||
// specifically for restful reponses so 404s can be used
|
||||
// specifically for restful responses so 404s can be used
|
||||
func Exists(config *config.Config, name string) (bool, error) {
|
||||
_, err := ReadRawCNIConfByName(config, name)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user