mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Fix up errors found by codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
// filtersFromRequests extracts the "filters" parameter from the specified
|
||||
// http.Request. The paramater can either be a `map[string][]string` as done
|
||||
// http.Request. The parameter can either be a `map[string][]string` as done
|
||||
// in new versions of Docker and libpod, or a `map[string]map[string]bool` as
|
||||
// done in older versions of Docker. We have to do a bit of Yoga to support
|
||||
// both - just as Docker does as well.
|
||||
|
Reference in New Issue
Block a user