diff options
author | Dmitry Smirnov <onlyjob@member.fsf.org> | 2019-11-12 15:39:36 +1100 |
---|---|---|
committer | Dmitry Smirnov <onlyjob@member.fsf.org> | 2019-11-13 08:15:00 +1100 |
commit | 8d928d525ffa8147d34d0f148e0aec6189461318 (patch) | |
tree | 1d23cda4487383c0dd6bb5f7e86cabea75eec5fc /cmd/podman/tree.go | |
parent | de32b89eff0928abdef9d85a420b65d8865e737e (diff) | |
download | podman-8d928d525ffa8147d34d0f148e0aec6189461318.tar.gz podman-8d928d525ffa8147d34d0f148e0aec6189461318.tar.bz2 podman-8d928d525ffa8147d34d0f148e0aec6189461318.zip |
codespell: spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
Diffstat (limited to 'cmd/podman/tree.go')
-rw-r--r-- | cmd/podman/tree.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/tree.go b/cmd/podman/tree.go index 904a0d375..cb1b3fc9c 100644 --- a/cmd/podman/tree.go +++ b/cmd/podman/tree.go @@ -115,7 +115,7 @@ func printImageChildren(layerMap map[string]*image.LayerInfo, layerID string, pr // add continueItem i.e. '|' for next iteration prefix prefix = prefix + continueItem } else if len(ll.ChildID) > 1 || len(ll.ChildID) == 0 { - // The above condition ensure, alignment happens for node, which has more then 1 childern. + // The above condition ensure, alignment happens for node, which has more then 1 children. // If node is last in printing hierarchy, it should not be printed as middleItem i.e. ├── intend = lastItem prefix = prefix + " " |