Repository: mesos Updated Branches: refs/heads/master 9ced78bf5 -> ec5ff7540
Fixed typo in comments from slave. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ec5ff754 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ec5ff754 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ec5ff754 Branch: refs/heads/master Commit: ec5ff75402aefa291fbeb60e68f664e7376cc85c Parents: 9ced78b Author: Timothy Chen <[email protected]> Authored: Fri Nov 6 14:40:00 2015 -0800 Committer: Timothy Chen <[email protected]> Committed: Fri Nov 6 14:40:04 2015 -0800 ---------------------------------------------------------------------- src/slave/slave.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ec5ff754/src/slave/slave.cpp ---------------------------------------------------------------------- diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp index 7d70e86..4f1e3e3 100644 --- a/src/slave/slave.cpp +++ b/src/slave/slave.cpp @@ -3030,8 +3030,8 @@ void Slave::forward(StatusUpdate update) // Ensure that task status uuid is set even if this update was sent by the // status update manager after recovering a pre 0.23.x slave/executor driver's - // updates. This allows us to simplify the master code (in >= 0.27.0) to asume - // the uuid is always set for retryable updates. + // updates. This allows us to simplify the master code (in >= 0.27.0) to + // assume the uuid is always set for retryable updates. CHECK(update.has_uuid()) << "Expecting updates without 'uuid' to have been rejected";
