Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berger committed Nov 1, 2018
1 parent dd203ed commit 25bce17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20181025230931_add_comments_to_vms_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def change
change_column_comment :vms, :memory_hot_add_increment, "Memory in MB that can be added to a running VM must be in "\
"increments of this value."

change_column_comment :vms, :memory_hot_add_limit, "The maximum amount of memory, in MB, than can be added to a running VM."
change_column_comment :vms, :memory_hot_add_limit, "The maximum amount of memory, in MB, that can be added to a running VM."
change_column_comment :vms, :memory_limit, "The absolute memory limit for the VM."
change_column_comment :vms, :memory_reserve, "Amount of memory that is guaranteed available for the VM."

Expand Down

0 comments on commit 25bce17

Please sign in to comment.