From 25bce1798342bbf13fbb656730775608d463644a Mon Sep 17 00:00:00 2001 From: Daniel Berger Date: Thu, 1 Nov 2018 08:09:40 -0600 Subject: [PATCH] Fix typo. --- db/migrate/20181025230931_add_comments_to_vms_table.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20181025230931_add_comments_to_vms_table.rb b/db/migrate/20181025230931_add_comments_to_vms_table.rb index 9fb176c2c..e34163748 100644 --- a/db/migrate/20181025230931_add_comments_to_vms_table.rb +++ b/db/migrate/20181025230931_add_comments_to_vms_table.rb @@ -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."