From 977f0a465bc38b27ee588a9ee5b09d9d562faa4c Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Sun, 19 Jan 2020 10:43:22 +0100 Subject: [PATCH] loop: fix typo in LoopInfo member --- osbuild/loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osbuild/loop.py b/osbuild/loop.py index 281091ca..3788036e 100644 --- a/osbuild/loop.py +++ b/osbuild/loop.py @@ -32,7 +32,7 @@ class LoopInfo(ctypes.Structure): ('lo_flags', ctypes.c_uint32), ('lo_file_name', ctypes.c_uint8 * 64), ('lo_crypt_name', ctypes.c_uint8 * 64), - ('lo_encrypet_key', ctypes.c_uint8 * 32), + ('lo_encrypt_key', ctypes.c_uint8 * 32), ('lo_init', ctypes.c_uint64 * 2) ]