From d57145505459f1c9666dd1003483ea1fdd068052 Mon Sep 17 00:00:00 2001 From: Tom Sullivan Date: Fri, 9 Oct 2020 22:12:29 +1100 Subject: [PATCH] Fix spelling error: `Encryped` => `Encrypted` --- ApfsLib/DiskImageFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApfsLib/DiskImageFile.cpp b/ApfsLib/DiskImageFile.cpp index baaeef9..2fb6c1f 100644 --- a/ApfsLib/DiskImageFile.cpp +++ b/ApfsLib/DiskImageFile.cpp @@ -448,7 +448,7 @@ bool DiskImageFile::SetupEncryptionV2() m_crypt_size = hdr->encrypted_data_length; m_crypt_blocksize = hdr->block_size; - std::cout << "Encryped DMG detected." << std::endl; + std::cout << "Encrypted DMG detected." << std::endl; std::cout << "Password: "; GetPassword(password);