Github user pleia2 commented on a diff in the pull request:
https://github.com/apache/mesos/pull/256#discussion_r161921933
--- Diff: docs/app-framework-development-guide.md ---
@@ -91,13 +91,13 @@ virtual void offerRescinded(SchedulerDriver* driver,
const OfferID& offerId);
* Invoked when the status of a task has changed (e.g., a slave is
* lost and so the task is lost, a task finishes and an executor
* sends a status update saying so, etc). If implicit
- * acknowledgements are being used, then returning from this
+ * acknowledgments are being used, then returning from this
--- End diff --
Ok, I'll back out these adjustments.
---