Skip to content

Commit

Permalink
maint: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Feb 19, 2024
1 parent fd9065a commit b458327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixops/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def parse_nixos_version(s: str) -> List[str]:
# xvd -> sd
# nvme -> sd
def device_name_to_boto_expected(string: str) -> str:
"""Transfoms device name to name, that boto expects."""
"""Transforms device name to name, that boto expects."""
m = re.search(r"(.*)\/nvme(\d+)n1p?(\d+)?", string) # noqa: W605
if m is not None:
device = m.group(2)
Expand Down

0 comments on commit b458327

Please sign in to comment.