This commit is contained in:
Dan Bungert 2021-06-02 09:09:19 -06:00 committed by GitHub
parent 49ebdc0300
commit 910e6f9bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ def _desc_vg(vg):
@desc.register(LVM_LogicalVolume)
def _desc_lv(lv):
return _("LVM logival volume")
return _("LVM logical volume")
@functools.singledispatch