Merge pull request #548 from NurdTurd/patch-1

Typo
This commit is contained in:
Joshua Tauberer 2015-09-05 15:30:25 -04:00
commit c545e46ebe
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
# Check that we have enough memory.
#
# /proc/meminfo reports free memory in kibibytes. Our baseline will be 768 KB,
# /proc/meminfo reports free memory in kibibytes. Our baseline will be 768 MB,
# which is 750000 kibibytes.
#
# Skip the check if we appear to be running inside of Vagrant, because that's really just for testing.