From 719a4f26a8994702f1150c4aec7723cf8533659e Mon Sep 17 00:00:00 2001 From: Ancor Gonzalez Sosa Date: Thu, 2 Nov 2023 12:01:46 +0100 Subject: [PATCH] Typos detected during code review --- src/lib/y2storage/encryption_method/tpm_fde.rb | 2 +- src/lib/y2storage/encryption_processes/fde_tools_config.rb | 2 +- src/lib/y2storage/encryption_processes/tpm_fde_tools.rb | 2 +- test/y2storage/encryption_method/tpm_fde_test.rb | 2 +- test/y2storage/encryption_processes/fde_tools_config_test.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/y2storage/encryption_method/tpm_fde.rb b/src/lib/y2storage/encryption_method/tpm_fde.rb index 801ad3268..b3c76a0f1 100644 --- a/src/lib/y2storage/encryption_method/tpm_fde.rb +++ b/src/lib/y2storage/encryption_method/tpm_fde.rb @@ -59,7 +59,7 @@ def used_for?(_encryption) # @see Base#available? # - # In this initial implementation this always returns false because there important + # In this initial implementation this always returns false because there are important # limitations to use this in (Auto)YaST: # # - The current version of the inst-sys cannot talk to the TPM diff --git a/src/lib/y2storage/encryption_processes/fde_tools_config.rb b/src/lib/y2storage/encryption_processes/fde_tools_config.rb index 1d1f2e407..a74c366de 100644 --- a/src/lib/y2storage/encryption_processes/fde_tools_config.rb +++ b/src/lib/y2storage/encryption_processes/fde_tools_config.rb @@ -1,4 +1,4 @@ -# Copyright (c) [2018-2020] SUSE LLC +# Copyright (c) [2023] SUSE LLC # # All Rights Reserved. # diff --git a/src/lib/y2storage/encryption_processes/tpm_fde_tools.rb b/src/lib/y2storage/encryption_processes/tpm_fde_tools.rb index 520ff4c24..b4228aa06 100644 --- a/src/lib/y2storage/encryption_processes/tpm_fde_tools.rb +++ b/src/lib/y2storage/encryption_processes/tpm_fde_tools.rb @@ -84,7 +84,7 @@ def encryption_type # @see Base#post_commit # - # TODO: this implemented only for the installation case. In an installed system the procedure + # TODO: this is implemented only for the installation case. In an installed system the procedure # would be completely different and will likely include steps like configuring the fde-tools, # calling "fdectl regenerate-key" and regenerating initrd and the bootloader configuration. # diff --git a/test/y2storage/encryption_method/tpm_fde_test.rb b/test/y2storage/encryption_method/tpm_fde_test.rb index f348df279..c7ef8f51f 100644 --- a/test/y2storage/encryption_method/tpm_fde_test.rb +++ b/test/y2storage/encryption_method/tpm_fde_test.rb @@ -1,4 +1,4 @@ -# Copyright (c) [2021] SUSE LLC +# Copyright (c) [2023] SUSE LLC # # All Rights Reserved. # diff --git a/test/y2storage/encryption_processes/fde_tools_config_test.rb b/test/y2storage/encryption_processes/fde_tools_config_test.rb index e8df52308..6bb787208 100755 --- a/test/y2storage/encryption_processes/fde_tools_config_test.rb +++ b/test/y2storage/encryption_processes/fde_tools_config_test.rb @@ -1,5 +1,5 @@ #!/usr/bin/env rspec -# Copyright (c) [2018] SUSE LLC +# Copyright (c) [2023] SUSE LLC # # All Rights Reserved. #