Skip to content

Commit

Permalink
virtme: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
algonell committed Oct 5, 2024
1 parent 443fbf8 commit 76abbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtme/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def get_kernel_version(img_name, path):
return kernel_version

# The version detection fails s390x using file or strings tools, so check
# if the file itself contins the version number.
# if the file itself contains the version number.
if img_name:
match = re.search(fr"{img_name}-(\S{{3,}})", path)
if match:
Expand Down Expand Up @@ -586,7 +586,7 @@ def _cleanup_virtiofs_temp_files(self):
def _get_virtiofsd_path(self):
# Define the possible virtiofsd paths.
#
# NOTE: do not use the C implemention of qemu's virtiofsd, because it
# NOTE: do not use the C implementation of qemu's virtiofsd, because it
# doesn't support unprivileged-mode execution and it would be totally
# unsafe to export the whole rootfs of the host running as root.
#
Expand Down

0 comments on commit 76abbbc

Please sign in to comment.