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

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/main by this push:
     new 853b033a Fix spelling (#95)
853b033a is described below

commit 853b033a2e3afb153c46640034a14668335d40e4
Author: John Bampton <[email protected]>
AuthorDate: Fri Mar 17 01:17:57 2023 +1000

    Fix spelling (#95)
---
 source/about.html.markdown                | 2 +-
 source/api_archives.html.markdown         | 2 +-
 source/bylaws.html.markdown               | 2 +-
 source/developers.html.markdown           | 2 +-
 source/index.html.erb                     | 2 +-
 source/trademark-guidelines.html.markdown | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/source/about.html.markdown b/source/about.html.markdown
index 8f1ddf54..0ab2596e 100644
--- a/source/about.html.markdown
+++ b/source/about.html.markdown
@@ -35,6 +35,6 @@ In short, organizations can use Apache CloudStack to deploy a 
full-featured publ
 
 # People of Apache CloudStack
 
-Apache projects are managed by a [Project Management 
Committee](http://www.apache.org/dev/pmc.html#what-is-a-pmc) (PMC), and much of 
the work is done by the project's 
[committers](http://www.apache.org/dev/committers.html). Note that committer 
status is *not* limited to developers, but is conferred to individuals who have 
made sustained contributions of high quality, and have shown a committment to 
mentoring other contributors and following [The Apache 
Way](http://theapacheway.com).
+Apache projects are managed by a [Project Management 
Committee](http://www.apache.org/dev/pmc.html#what-is-a-pmc) (PMC), and much of 
the work is done by the project's 
[committers](http://www.apache.org/dev/committers.html). Note that committer 
status is *not* limited to developers, but is conferred to individuals who have 
made sustained contributions of high quality, and have shown a commitment to 
mentoring other contributors and following [The Apache 
Way](http://theapacheway.com).
 
 The current Vice President of Apache CloudStack and chair of the PMC is 
Sebastien Goasguen, a full list of PMC members and contributors is available on 
the page *[Who We Are](/who.html)*.
diff --git a/source/api_archives.html.markdown 
b/source/api_archives.html.markdown
index 2b5ac59c..bba9aebc 100644
--- a/source/api_archives.html.markdown
+++ b/source/api_archives.html.markdown
@@ -16,7 +16,7 @@ title: Apache CloudStack deprecated API Documentation
 
 </div>
 
-Below are API reference material for older version of Apache CloudStack, 
provided by major feature version.  Each feature version supports three levels 
of access, and the available API commands for each level are provided 
seperately.
+Below are API reference material for older version of Apache CloudStack, 
provided by major feature version.  Each feature version supports three levels 
of access, and the available API commands for each level are provided 
separately.
 
 If you find problems or see ways in which this API reference can be enhanced
 we would welcome your help, please file a bug in the
diff --git a/source/bylaws.html.markdown b/source/bylaws.html.markdown
index 401e549b..ad26cd43 100644
--- a/source/bylaws.html.markdown
+++ b/source/bylaws.html.markdown
@@ -363,7 +363,7 @@ concern to [email protected], explaining the 
issue that they have
 with the request.  The use of [email protected] for discussing the
 request is to allow the PMC to deliberate without confusing the requester, and
 to ensure that a formal approval or denial is clear at the end of the
-discusion.
+discussion.
 
      The PMC will then attempt to achieve consensus on how the request for 
approval
 will be answered.  The requester may be asked for more information to help the
diff --git a/source/developers.html.markdown b/source/developers.html.markdown
index 693c1e13..021b012f 100644
--- a/source/developers.html.markdown
+++ b/source/developers.html.markdown
@@ -119,7 +119,7 @@ $ git rebase main
 This is done by pushing your local changes to your forked repository (default 
remote name is <code>origin</code>) and then initiating a pull request on 
GitHub.</p>
 
 <p>Please include JIRA ID or GitHub ID, detailed information about the 
bug/feature, what all tests are executed, how the reviewer can test this
-feature etc. Incase of UI PRs, a screenshot is preferred.</p>
+feature etc. In case of UI PRs, a screenshot is preferred.</p>
 
 <blockquote><b>IMPORTANT:</b>Make sure you have rebased your 
<code>feature_x</code> branch to include the latest code from 
<code>upstream/main</code> <b>before</b>
 you do this.</blockquote>
diff --git a/source/index.html.erb b/source/index.html.erb
index ccacc715..4dd2b9e2 100644
--- a/source/index.html.erb
+++ b/source/index.html.erb
@@ -200,7 +200,7 @@ title: Welcome to CloudStack
       var headings = lines[0].split(','); // Splice up the first row to get 
the headings - not used after atm
 
       for (var j=1; j<lines.length; j++) {
-      var values = lines[j].split(','); // Split up the comma seperated values
+      var values = lines[j].split(','); // Split up the comma separated values
          // read in event details as arrays 
          event_title.push(values[0]); 
          event_link.push(values[1]);
diff --git a/source/trademark-guidelines.html.markdown 
b/source/trademark-guidelines.html.markdown
index fbb9a85e..1eb96c82 100644
--- a/source/trademark-guidelines.html.markdown
+++ b/source/trademark-guidelines.html.markdown
@@ -130,7 +130,7 @@ The following is required:
 * The design (mock-up) must be shared with the CloudStack PMC via 
[[email protected]](mailto:[email protected]).
 * Requests for approval will be acknowledged by a member of the PMC and 
approved automatically if no issues are raised 72 hours after acknowledgement.
 * Permission may be granted for requests that are intended to promote the 
Apache CloudStack project.
-* Permission will likely *not* be granted for requests that are indented to, 
or percieved to by the PMC, reflect negatively on Apache CloudStack.
+* Permission will likely *not* be granted for requests that are indented to, 
or perceived to by the PMC, reflect negatively on Apache CloudStack.
 * Approval may be contingent on specific requested changed in how the mark(s) 
are applied.
 
 ## Websites

Reply via email to