You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2014/11/08 01:51:45 UTC

mesos git commit: Fixed invalid characters in external-containerizer.md

Repository: mesos
Updated Branches:
  refs/heads/master 084b0b700 -> 36fd0111e


Fixed invalid characters in external-containerizer.md

Review: https://reviews.apache.org/r/27724


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/36fd0111
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/36fd0111
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/36fd0111

Branch: refs/heads/master
Commit: 36fd0111edcb3688e05d2e3d0b5cd8c5a177d214
Parents: 084b0b7
Author: Till Toenshoff <to...@me.com>
Authored: Sat Nov 8 01:51:19 2014 +0100
Committer: Till Toenshoff <to...@me.com>
Committed: Sat Nov 8 01:51:19 2014 +0100

----------------------------------------------------------------------
 docs/external-containerizer.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/36fd0111/docs/external-containerizer.md
----------------------------------------------------------------------
diff --git a/docs/external-containerizer.md b/docs/external-containerizer.md
index 0594bee..9693218 100644
--- a/docs/external-containerizer.md
+++ b/docs/external-containerizer.md
@@ -37,7 +37,7 @@ command calls. Many invocations on the ECP will also pass a
 protobuf message along via stdin. Some invocations on the ECP also
 expect to deliver a result protobuf message back via stdout.
 All protobuf messages are prefixed by their original length -
-this is sometimes referred to as “Record-IO”-format. See
+this is sometimes referred to as "Record-IO"-format. See
 [Record-IO De/Serializing Example](#record-io-deserializing-example).
 
 **COMMAND < INPUT-PROTO > RESULT-PROTO**
@@ -126,7 +126,7 @@ listed within `Containers`. For each orphan it identifies, the slave
 will invoke a `wait` followed by a `destroy` on the ECP for those
 containers.
 * Slave will now call `wait` on the ECP (via EC) for all recovered
-containers. This does once again put ‘wait' into the position of the
+containers. This does once again put `wait` into the position of the
 ultimate command reaper.