summaryrefslogtreecommitdiff
path: root/pkg/api
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-05-25 05:56:23 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-05-25 05:56:29 -0400
commit429b1f7685129974399c599964689e1050a52141 (patch)
treef8fdec234c67584fd736a8e11cba4082c2e61225 /pkg/api
parentb13184dfb4fbef640dc3fe421d32de068672d4ed (diff)
downloadpodman-429b1f7685129974399c599964689e1050a52141.tar.gz
podman-429b1f7685129974399c599964689e1050a52141.tar.bz2
podman-429b1f7685129974399c599964689e1050a52141.zip
Fix codespell errors
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/api')
-rw-r--r--pkg/api/handlers/compat/images_build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/handlers/compat/images_build.go b/pkg/api/handlers/compat/images_build.go
index 0a1bc941d..ba6764e91 100644
--- a/pkg/api/handlers/compat/images_build.go
+++ b/pkg/api/handlers/compat/images_build.go
@@ -170,7 +170,7 @@ func BuildImage(w http.ResponseWriter, r *http.Request) {
// convert addcaps formats
containerFiles := []string{}
- // Tells if query paramemter `dockerfile` is set or not.
+ // Tells if query parameter `dockerfile` is set or not.
dockerFileSet := false
if utils.IsLibpodRequest(r) && query.Remote != "" {
// The context directory could be a URL. Try to handle that.