This is an automated email from the ASF dual-hosted git repository. bbannier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 1199ea1caf978bc1214f85ea641a45d3efc1fd38 Author: Benjamin Bannier <[email protected]> AuthorDate: Sun Sep 1 18:22:12 2019 +0200 Fixed typo in reservation documentation. Review: https://reviews.apache.org/r/71420 --- docs/reservation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reservation.md b/docs/reservation.md index a540abb..94dd9f1 100644 --- a/docs/reservation.md +++ b/docs/reservation.md @@ -313,7 +313,7 @@ field which we can use to specify the resources to be unreserved. The unreserved resources may now be offered to other frameworks. <a name="offer-operation-reserve-reservation-refinement"></a> -#### `Offer::Operation::Reserve` (__with__ `RESERVATION_REFNEMENT`) +#### `Offer::Operation::Reserve` (__with__ `RESERVATION_REFINEMENT`) A framework that wants to create a refined reservation needs to enable the `RESERVATION_REFINEMENT` capability. Doing so will allow the framework
