summaryrefslogtreecommitdiff
path: root/libpod/network
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2021-10-24 22:23:13 +0200
committerMatthew Heon <matthew.heon@pm.me>2021-11-12 11:08:25 -0500
commit34739f44131e9c493c4021d119c368c82d080c84 (patch)
treea82e1cc011c13455196b26b04505a4e01a4eed90 /libpod/network
parentfd010adfdcb6f578623b77281f2ae012bcd1ac85 (diff)
downloadpodman-34739f44131e9c493c4021d119c368c82d080c84.tar.gz
podman-34739f44131e9c493c4021d119c368c82d080c84.tar.bz2
podman-34739f44131e9c493c4021d119c368c82d080c84.zip
Replace 'an user' => 'a user'
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libpod/network')
-rw-r--r--libpod/network/cni/cni_types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/network/cni/cni_types.go b/libpod/network/cni/cni_types.go
index 91fd1c27b..35548f4f9 100644
--- a/libpod/network/cni/cni_types.go
+++ b/libpod/network/cni/cni_types.go
@@ -175,7 +175,7 @@ func newIPAMLocalHostRange(subnet types.IPNet, leaseRange *types.LeaseRange, gw
Subnet: subnet.String(),
}
- // an user provided a range, we add it here
+ // a user provided a range, we add it here
if leaseRange != nil {
if leaseRange.StartIP != nil {
hostRange.RangeStart = leaseRange.StartIP.String()