Skip to content

Commit

Permalink
Typos detected during code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Nov 2, 2023
1 parent 2c1b451 commit 719a4f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/y2storage/encryption_method/tpm_fde.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2storage/encryption_processes/fde_tools_config.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) [2018-2020] SUSE LLC
# Copyright (c) [2023] SUSE LLC
#
# All Rights Reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2storage/encryption_processes/tpm_fde_tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion test/y2storage/encryption_method/tpm_fde_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) [2021] SUSE LLC
# Copyright (c) [2023] SUSE LLC
#
# All Rights Reserved.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env rspec
# Copyright (c) [2018] SUSE LLC
# Copyright (c) [2023] SUSE LLC
#
# All Rights Reserved.
#
Expand Down

0 comments on commit 719a4f2

Please sign in to comment.