Repository: mesos Updated Branches: refs/heads/master a1052300f -> b1381f427
Fixed a spelling error in a comment. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b1381f42 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b1381f42 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b1381f42 Branch: refs/heads/master Commit: b1381f427183c9c79f7da79055c1defef0630fe4 Parents: a105230 Author: James Peach <[email protected]> Authored: Wed Aug 1 15:43:36 2018 -0700 Committer: James Peach <[email protected]> Committed: Wed Aug 1 15:43:36 2018 -0700 ---------------------------------------------------------------------- src/tests/disk_quota_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/b1381f42/src/tests/disk_quota_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/disk_quota_tests.cpp b/src/tests/disk_quota_tests.cpp index d2416e1..cbb1ccf 100644 --- a/src/tests/disk_quota_tests.cpp +++ b/src/tests/disk_quota_tests.cpp @@ -308,7 +308,7 @@ TEST_F(DiskQuotaTest, VolumeUsageExceedsQuota) None(), frameworkInfo.principal()); - // We intentionally request a sandbox that is much bugger (16MB) than + // We intentionally request a sandbox that is much bigger (16MB) than // the file the task writes (2MB) to the persistent volume (1MB). This // makes sure that the quota is indeed enforced on the persistent volume. Resources taskResources =
