Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Sep 12, 2024
1 parent 722b240 commit 75ca2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2storage/planned/has_size.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def total_weight(devices)
devices.map(&:weight).reduce(0, :+)
end

# Checks if there are eough space at all
# Checks if there are enough space at all
# @raise RuntimeError if there is not enough space
def check_size(devices, space_size)
needed_size = DiskSize.sum(devices.map(&:min))
Expand Down

0 comments on commit 75ca2b4

Please sign in to comment.