From 103c9444c90d12f223db987ea29e094f66dcefad Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Tue, 4 Mar 2025 15:25:12 +0100 Subject: [PATCH] zkey/kms.c: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Marc Hartmayer Reviewed-by: Ingo Franzki Signed-off-by: Jan Polensky Signed-off-by: Jan Höppner --- zkey/kms.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zkey/kms.c b/zkey/kms.c index 2e33b222..294625b6 100644 --- a/zkey/kms.c +++ b/zkey/kms.c @@ -2448,7 +2448,7 @@ int set_kms_key_properties(struct kms_info *kms_info, ADD_KMS_PROPS(kms_props, num_kms_props, KMS_KEY_PROP_SECTOR_SIZE, sector_size); if (passphrase_file != NULL) { - /* *passphrase_file is NULL to remove the propoerty */ + /* *passphrase_file is NULL to remove the property */ if (*passphrase_file != NULL) { passphrase = read_passphrase_as_base64(*passphrase_file, @@ -2797,7 +2797,7 @@ static int _process_kms_keys_cb(const char *key_id, const char *key_label, * @param[in] name_filter the name filter. Can contain wild cards. * NULL means no name filter. * @param[in] volume_filter the volume filter. Can contain wild cards, and - * mutliple volume filters separated by commas. + * multiple volume filters separated by commas. * If the filter does not contain the ':dm-name' * part, then the volumes are matched without the * dm-name part. If the filter contains the @@ -2989,7 +2989,7 @@ static int _list_kms_keys_cb(const char *UNUSED(key1_id), * @param[in] name_filter the name filter. Can contain wild cards. * NULL means no name filter. * @param[in] volume_filter the volume filter. Can contain wild cards, and - * mutliple volume filters separated by commas. + * multiple volume filters separated by commas. * If the filter does not contain the ':dm-name' * part, then the volumes are matched without the * dm-name part. If the filter contains the