Skip to content

Commit 2b8b80e

Browse files
committed
fixing some codespell errors
Signed-off-by: Mark Rossetti <[email protected]>
1 parent c10b678 commit 2b8b80e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: contrib/get_supported_version_csi-sidecar.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def check_gh_command():
3232

3333
def duration_ago(dt):
3434
"""
35-
Humanize duration ouputs
35+
Humanize duration outputs
3636
"""
3737
delta = relativedelta(datetime.datetime.now(), dt)
3838
if delta.years > 0:
@@ -98,7 +98,7 @@ def end_of_life_grouped_versions(versions):
9898

9999
def get_release_docker_image(repo, version):
100100
"""
101-
Extract docker image name from the relase page documentation
101+
Extract docker image name from the release page documentation
102102
"""
103103
output = subprocess.check_output(['gh', 'release', '-R', repo, 'view', version], text=True)
104104
#Extract matching image name excluding `

0 commit comments

Comments
 (0)