encryption_passwed -> encryption_password

This commit is contained in:
Anton Hvornum 2021-04-04 17:43:56 +02:00 committed by GitHub
parent 2b5b1ad83d
commit 6c31ad7aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class BlockDevice():
# TODO: Currently disk encryption is a BIT misleading.
# It's actually partition-encryption, but for future-proofing this
# I'm placing the encryption password on a BlockDevice level.
self.encryption_passwoed = None
self.encryption_password = None
def __repr__(self, *args, **kwargs):
return f"BlockDevice({self.device})"