Imported Upstream version 2.6.1
[platform/upstream/cryptsetup.git] / docs / v1.4.3-ReleaseNotes
index a8c451d..16792a5 100644 (file)
@@ -24,7 +24,7 @@ Changes since version 1.4.2
 
 * Allow empty cipher (cipher_null) for testing.
 
-  You can now use "null" (or directly ciphe_null-ecb) in cryptsetup.
+  You can now use "null" (or directly cipher_null-ecb) in cryptsetup.
   This means no encryption, useful for performance tests
   (measure dm-crypt layer overhead).
 
@@ -32,7 +32,7 @@ Changes since version 1.4.2
   Device-mapper now retry removal if device is busy.
 
 * Allow "private" activation (skip some udev global rules) flag.
-  Cryptsetup library API now allows to specify CRYPT_ACTIVATE_PRIVATE,
+  Cryptsetup library API now allows one to specify CRYPT_ACTIVATE_PRIVATE,
   which means that some udev rules are not processed.
   (Used for temporary devices, like internal keyslot mappings where
   it is not desirable to run any device scans.)