You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2021/04/26 17:58:21 UTC

[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: b8bfef6db.

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 60d46de  Updated the website built from mesos SHA: b8bfef6db.
60d46de is described below

commit 60d46def76031a798cd82a586cd405eb37e1267c
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Apr 26 17:58:16 2021 +0000

    Updated the website built from mesos SHA: b8bfef6db.
---
 content/documentation/authorization/index.html              | 2 +-
 content/documentation/building/index.html                   | 2 +-
 content/documentation/latest/authorization/index.html       | 2 +-
 content/documentation/latest/building/index.html            | 2 +-
 content/documentation/latest/configuration/cmake/index.html | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/documentation/authorization/index.html b/content/documentation/authorization/index.html
index 08ff02b..4d4369b 100644
--- a/content/documentation/authorization/index.html
+++ b/content/documentation/authorization/index.html
@@ -979,7 +979,7 @@ message Object {
 }
 </code></pre>
 
-<p><code>Subject</code> or <code>Object</code> are optional fiels; if they are not set they
+<p><code>Subject</code> or <code>Object</code> are optional fields; if they are not set they
 will only match an ACL with ANY or NONE in the
 corresponding location. This allows users to construct the following requests:
 <em>Can everybody perform action <strong>A</strong> on object <strong>O</strong>?</em>, or <em>Can principal <strong>Z</strong>
diff --git a/content/documentation/building/index.html b/content/documentation/building/index.html
index 633b128..9062c71 100644
--- a/content/documentation/building/index.html
+++ b/content/documentation/building/index.html
@@ -199,7 +199,7 @@ $ pip install virtualenv
 
 <p>When compiling on macOS 10.12, the following is needed:</p>
 
-<pre><code># There is an incompatiblity with the system installed svn and apr headers.
+<pre><code># There is an incompatibility with the system installed svn and apr headers.
 # We need the svn and apr headers from a brew installation of subversion.
 # You may need to unlink the existing version of subversion installed via
 # brew in order to configure correctly.
diff --git a/content/documentation/latest/authorization/index.html b/content/documentation/latest/authorization/index.html
index 3eebe58..1861559 100644
--- a/content/documentation/latest/authorization/index.html
+++ b/content/documentation/latest/authorization/index.html
@@ -979,7 +979,7 @@ message Object {
 }
 </code></pre>
 
-<p><code>Subject</code> or <code>Object</code> are optional fiels; if they are not set they
+<p><code>Subject</code> or <code>Object</code> are optional fields; if they are not set they
 will only match an ACL with ANY or NONE in the
 corresponding location. This allows users to construct the following requests:
 <em>Can everybody perform action <strong>A</strong> on object <strong>O</strong>?</em>, or <em>Can principal <strong>Z</strong>
diff --git a/content/documentation/latest/building/index.html b/content/documentation/latest/building/index.html
index 48e6fb6..1b4eefa 100644
--- a/content/documentation/latest/building/index.html
+++ b/content/documentation/latest/building/index.html
@@ -199,7 +199,7 @@ $ pip install virtualenv
 
 <p>When compiling on macOS 10.12, the following is needed:</p>
 
-<pre><code># There is an incompatiblity with the system installed svn and apr headers.
+<pre><code># There is an incompatibility with the system installed svn and apr headers.
 # We need the svn and apr headers from a brew installation of subversion.
 # You may need to unlink the existing version of subversion installed via
 # brew in order to configure correctly.
diff --git a/content/documentation/latest/configuration/cmake/index.html b/content/documentation/latest/configuration/cmake/index.html
index 478cf09..8401cc9 100644
--- a/content/documentation/latest/configuration/cmake/index.html
+++ b/content/documentation/latest/configuration/cmake/index.html
@@ -284,7 +284,7 @@
     <td>
       Location of the dependency mirror. In some cases, the Mesos build system
       needs to acquire third-party dependencies that aren't rebundled as
-      tarballs in the Mesos repository. For example, on Windows, we must aquire
+      tarballs in the Mesos repository. For example, on Windows, we must acquire
       newer versions of some dependencies, and since Windows does not have a
       package manager, we must acquire system dependencies like cURL. This
       parameter can be either a URL (for example, pointing at the Mesos official