Skip to content

Commit

Permalink
fix typo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
albestro authored May 28, 2024
1 parent b2c7d86 commit 1f0a874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uenv-impl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Here the mount point for each image is specified using a ":".
{colorize("Note", "cyan")} - uenv must be mounted at the mount point for which they were built.
If mounted at the wrong location, a warning message will be printed, and
features like views and modules wiil be disabled.
features like views and modules will be disabled.
{colorize("Example", "blue")} - the run command can be used to execute workflow steps with
separate environments:
Expand Down Expand Up @@ -122,7 +122,7 @@ Here the mount point for each image is specified using a ":".
{colorize("Note", "cyan")} - uenv must be mounted at the mount point for which they were built.
If mounted at the wrong location, a warning message will be printed, and
features like views and modules wiil be disabled.
features like views and modules will be disabled.
"""
))
start_parser.add_argument("-a", "--uarch",
Expand Down

0 comments on commit 1f0a874

Please sign in to comment.