You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/07/28 12:42:28 UTC

[whimsy] branch master updated: chore: fix spelling (#113)

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 82bdb44  chore: fix spelling (#113)
82bdb44 is described below

commit 82bdb448713723eb31d5c7b0b658a4c12225f866
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Wed Jul 28 22:42:22 2021 +1000

    chore: fix spelling (#113)
---
 DEPLOYMENT.md                                      |  2 +-
 MACOSX.md                                          |  4 ++--
 README.md                                          |  2 +-
 secmail.py                                         |  2 +-
 tools/toccomments.sh                               |  2 +-
 www/board/agenda/README.md                         | 22 +++++++++++-----------
 .../agenda/test/data/board_agenda_2015_01_21.txt   |  2 +-
 .../agenda/test/data/board_agenda_2015_02_18.txt   | 20 ++++++++++----------
 .../agenda/test/data/board_minutes_2015_01_21.txt  |  6 +++---
 www/board/agenda/views/buttons/post.js.rb          |  2 +-
 www/brand/replyedit.cgi                            |  2 +-
 www/brand/replyui.cgi                              |  2 +-
 www/fundraising/invoice.cgi                        |  2 +-
 www/roster/models/nonpmc.rb                        |  2 +-
 www/roster/public/javascript/es6-promise.js        |  3 +--
 www/roster/public_ldap_people.rb                   |  2 +-
 www/roster/views/AAREADME.txt                      |  2 +-
 www/secretary/workbench/README                     |  4 ++--
 www/secretary/workbench/public/HOWTO.html          |  2 +-
 www/secretary/workbench/views/actions/icla.json.rb |  2 +-
 www/status/monitors/unit_test.rb                   |  2 +-
 21 files changed, 44 insertions(+), 45 deletions(-)

diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 0af9f6d..21df21e 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -2,7 +2,7 @@ Deploying Production Whimsy.apache.org
 ==========
 
 The production `whimsy.apache.org` server is managed by [Puppet](puppetnode), and 
-is automatically udpated whenever commits are made to the master branch
+is automatically updated whenever commits are made to the master branch
 of this repository.  Thus code changes here are reflected in the production
 server within a few minutes.  In the event of a major server crash, the 
 infra team simply re-deploys the whole VM from Puppet.
diff --git a/MACOSX.md b/MACOSX.md
index 72fd3c2..5a0d978 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -15,7 +15,7 @@ Install Homebrew
 ----------------
 
 Homebrew is a package manager for OSX, which is used to install other tools.
-Follow the instructions from [brew.sh](http://brew.sh/). You might
+Follow the instructions from [brew.sh](https://brew.sh/). You might
 have to change shells if you are using csh. Bash and zsh work fine.  Be sure to
 read the Homebrew prerequisites; you may need part(s) of Apple's XCode.
 
@@ -268,7 +268,7 @@ Replace that line with the following four lines:
 </RequireAny>
 ```
 
-Find the next occurence of `Require all granted`.  It should now be around
+Find the next occurrence of `Require all granted`.  It should now be around
 line 386 in the section `Directory "/Library/WebServer/CGI-Executables` or similar
 Replace it with `Require all denied`.
 
diff --git a/README.md b/README.md
index 269f963..4281337 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Whimsy Architecture - Live Instance
 ===================
 
 Whimsy is run in an Apache hosted VM with httpd, Rack, Ruby, and variety of other tools 
-that directly interface with various parts of Apache organziational records.
+that directly interface with various parts of Apache organizational records.
 
 Details for each type of deployed tool or script:
 
diff --git a/secmail.py b/secmail.py
index d7c753a..1371382 100644
--- a/secmail.py
+++ b/secmail.py
@@ -10,7 +10,7 @@ people routinely pgp sign all of their emails, and others use pgp signatures
 to sign forms.
 
 Deciding what to commit is therefore, necessarily, a bit of heuristics.  When
-in doubt, the intent here is to err on the side of commiting more than is
+in doubt, the intent here is to err on the side of committing more than is
 necessary than to miss an email.
 
 Examples of heurisitics:
diff --git a/tools/toccomments.sh b/tools/toccomments.sh
index d62deb6..4195b1a 100755
--- a/tools/toccomments.sh
+++ b/tools/toccomments.sh
@@ -3,7 +3,7 @@
 # Fix incorrectly wrapped comments in Incubator ToC section
 # Intended for use on archived agendas and published minutes.
 
-# Look for Comments: preceeded by non-space if line contains e.g.  [ ](batchee)
+# Look for Comments: preceded by non-space if line contains e.g.  [ ](batchee)
 # N.B. there are some minutes with '[](...)' and some with '[ ] (..)'
 ruby -p -i -e 'gsub(/(\S)\s+(Comments:)/,"\\1\n     \\2") if /^ +\[.?\] ?\(\S+\) /' "$@"
 # no need to save original files as tool is intended for use with files in SVN/Git
diff --git a/www/board/agenda/README.md b/www/board/agenda/README.md
index 126bdc5..fa6355a 100644
--- a/www/board/agenda/README.md
+++ b/www/board/agenda/README.md
@@ -98,7 +98,7 @@ Visit [http://localhost:9292/](http://localhost:9292/) in your favorite browser.
 Notes:
 
  * If you don't have PhantomJS installed, or have a version of PhantomJS
-   prior to version 2.0 installed, one test will fail. 
+   prior to version 2.0 installed, one test will fail.
 
  * If you don't have io.js installed, two additional tests will fail.
 
@@ -169,7 +169,7 @@ Viewing Source (this time, Actual Code)
 
  * the [views/pages/search.js.rb](views/pages/search.js.rb) file contains the
    code for the search page.  There are more methods defined here.  You will
-   find definitions for these methods in the Vue 
+   find definitions for these methods in the Vue
    [Lifecycle Methods](https://vuejs.org/v2/guide/instance.html#Lifecycle-Diagram).
    You will see logic mixed with presentation.  What makes this work
    is the component lifecycle that Vue provides.  Components have mutable
@@ -184,7 +184,7 @@ Viewing Source (this time, Actual Code)
    updating the
    [history](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history)
    of the window.
- 
+
  * At this point, I suggest that you make a change.  More specifically, I
    suggest you break something.  Insert the keyword `do` into a random spot
    in either this or another file, and save your changes.  This will cause
@@ -242,13 +242,13 @@ Viewing Source (this time, Actual Code)
    statements](http://facebook.github.io/react/tips/if-else-in-JSX.html).
    I make plenty of use of if statements (and more!) in my render methods.
 
-   While you can bring the generated source up in your browser's Javascript
+   While you can bring the generated source up in your browser's JavaScript
    console, you don't have to.  Through the magic of
-   [Source Maps](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit), 
+   [Source Maps](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit),
    you can view source and set breakpoints using the Ruby code that was
    used to generate this script.  The way this is done varies by browser.
    On Google Chrome, for example, Ctrl+Shift+J will bring up the JavaScript
-   console.  Clicking on sources will show directores for buttons, elements,
+   console.  Clicking on sources will show directories for buttons, elements,
    etc.
 
  * Layout of the page is done by three files:
@@ -336,7 +336,7 @@ in your home directory.  The file format is YAML, and here is mine:
     - /home/rubys/svn/whimsy/lib
 
     :ldap: ldaps://ldap1-us-east.apache.org:636
-        
+
     :agenda_work: /home/rubys/tmp/agenda
 
 
@@ -345,7 +345,7 @@ value to run the board agenda tool.  The `lib` value is is an array of
 libraries that are to be used instead of gems you may have installed.  This is
 useful if you are making changes to the agenda parsing logic, ruby2js or
 wunderbar.  You can remove this too.  If you drop the `ldap` entry, one will
-be picked randomly for you from the 
+be picked randomly for you from the
 [list of ASF LDAP servers](https://www.pingmybox.com/dashboard?location=304).
 
 With this in place, start the server with `rake server` instead of
@@ -400,7 +400,7 @@ Adding a new modal dialog would involve:
   * Adding any new files to [views/app.js.rb](views/app.js.rb)
   * Adding specifications to [specs/forms_specs.rb](specs/forms_specs.rb) and
     [specs/actions_specs.rb](specs/actions_specs.rb).
-   
+
 
 Gotchas
 ---
@@ -449,9 +449,9 @@ Further reading:
  * [capybara](https://github.com/jnicklas/capybara#readme) - helps you test
    web applications by simulating how a real user would interact with your app
  * [vue](https://vuejs.org/) - a JavaScript library for
-   building user interfaces 
+   building user interfaces
  * [ruby2js](https://github.com/rubys/ruby2jw/#readme) - minimal yet
-   extensible Ruby to JavaScript conversion. 
+   extensible Ruby to JavaScript conversion.
  * [phantomjs](http://phantomjs.org/) -  a headless WebKit scriptable with a
    JavaScript API
  * [sinatra](http://www.sinatrarb.com/) - a
diff --git a/www/board/agenda/test/data/board_agenda_2015_01_21.txt b/www/board/agenda/test/data/board_agenda_2015_01_21.txt
index 4f15a28..d029e82 100644
--- a/www/board/agenda/test/data/board_agenda_2015_01_21.txt
+++ b/www/board/agenda/test/data/board_agenda_2015_01_21.txt
@@ -2769,7 +2769,7 @@ resources.
 
 Kalumet has been incubating since 2011-09-20.
 
-Community Developement:
+Community Development:
 
   Apache Kalumet 0.6-incubating version has been released.  However, due to
   some misunderstanding, the release vote has not been completed by 3 IPMC.
diff --git a/www/board/agenda/test/data/board_agenda_2015_02_18.txt b/www/board/agenda/test/data/board_agenda_2015_02_18.txt
index c948aae..cb02c63 100644
--- a/www/board/agenda/test/data/board_agenda_2015_02_18.txt
+++ b/www/board/agenda/test/data/board_agenda_2015_02_18.txt
@@ -1532,7 +1532,7 @@ As of January 30th, we enabled Cassandra's debian repository on bintray
 and have been monitoring it closely. The service seems to be working
 well and appears to have fulfilled the needs of reducing our overall
 webserver traffic and has the bonus of giving more insight into the
-downlaods. You can see some of the statistics on the dashboard here:
+downloads. You can see some of the statistics on the dashboard here:
 https://s.apache.org/bintray1
 https://s.apache.org/bintray2
 
@@ -1615,7 +1615,7 @@ Tony Stevenson:
       instances. This combined with the retirement of eris (old svn-master) 
       following a terminal hardware fault, we were limited to 1 LDAP instance
       in the US and proved too much for minotaur to cope with. It appears that
-      the version of slapd on FreeBSD on minotaur leaked memory at a phenomonal
+      the version of slapd on FreeBSD on minotaur leaked memory at a phenomenal
       rate.  The new LDAP service has been moved to the latest slapd available
       in Ubuntu 14.04, it has been fully built using puppet, and configured so
       that new LDAP hosts can be added with ease.
@@ -1636,7 +1636,7 @@ Tony Stevenson:
       David with 3 options of how I thought we could manage the service going
       forward along with the estimated costs, and the pro's and con's of each
       option. There were: 
-      1 - Move CMS to another FreeBSD host - undesireable given our current
+      1 - Move CMS to another FreeBSD host - undesirable given our current
           trajectory of moving away from FreeBSD, it meant entirely replicating
           the FreeBSD 9 jail too. This was the path of least change, but 
           perhaps most difficult.
@@ -1652,7 +1652,7 @@ Tony Stevenson:
       3 - Deprecate the CMS, and allow projects to determine their own
           publishing/transformations options. We would still require use of 
           pubsub technology, but projects can commit into that their HTML, 
-          either directly edited or dervied from markdown whcih they can keep
+          either directly edited or dervied from markdown which they can keep
           in their project repo (some of the finer details will need to be 
           worked out later. This would essentially be the cheapest option,
           remove technical debt, and while the timeline would be many months
@@ -1850,7 +1850,7 @@ Charles Duffy was made a committer on Dec 8th, 2013.
 o Community
 
 Overall the Ant project is relatively quiet. There has been an ongoing
-transition from submitted patches to pull requests coming in from Github.
+transition from submitted patches to pull requests coming in from GitHub.
 
 -----------------------------------------
 Attachment G: Report from the Apache Aries Project  [Jeremy Hughes]
@@ -2749,7 +2749,7 @@ Progress of the project:
   Some improvements to i18n for the search box and the font size button.
   Minor tweaks to the i18n documentation.
 
-  Some improvements to Javascript handling.
+  Some improvements to JavaScript handling.
 
   Infra advised us that the machine hosting the Forrest project's build and
   demo server is being decommissioned. One of our PMC members asked for a
@@ -2833,7 +2833,7 @@ level of contribution to the codebase and community lists
 since the last reporting period. Recent activity includes
 work on utilising ASF Infra's Rackspace resources to run
 our GoraCI testing suite, an excellent effort to provide
-a suite of extension bridges to Gora from other langauges
+a suite of extension bridges to Gora from other languages
 and upgrades of key module dependencies. The PMC are currently
 VOTE'ing on the release of Gora 0.6. It looks like 0.6 will 
 be released by the February board meeting.
@@ -3396,14 +3396,14 @@ How has the community developed since the last report?
   1. Kylin topic has been confirmed to present at Strata+Hadoop World 2015
      London, also proposed to HBaseCon, Hadoop Summit and Big Data
      Technology Conference 2015 Beijing
-  2. Offical twitter account created: @ApacheKylin
+  2. Official twitter account created: @ApacheKylin
      * Followers 173
   3. Issue backlog status since last report:
      * Created:   587 (including imported from github.com)
      * Resolved:  283 (including imported from github.com)
   4. Mailing list activity since last report:
      * @dev      227 messages
-  5. Github activity:
+  5. GitHub activity:
      * Star 405
      * Fork 172
      * Contributors 17
@@ -3979,7 +3979,7 @@ How has the project developed since the last report?
   is in-progress.
 
   Remaining infrastructure move includes - after IP clearance:
-  * Github -> git.apache.org
+  * GitHub -> git.apache.org
   * Jira -> Jira (still discussing if this should be in bulk or manual)
   * Confluence -> Confluence
   * Web content (ongoing)
diff --git a/www/board/agenda/test/data/board_minutes_2015_01_21.txt b/www/board/agenda/test/data/board_minutes_2015_01_21.txt
index df2ca9a..9bd8742 100644
--- a/www/board/agenda/test/data/board_minutes_2015_01_21.txt
+++ b/www/board/agenda/test/data/board_minutes_2015_01_21.txt
@@ -1466,7 +1466,7 @@ more reliable.
 Community
 =========
 The Curator community is active and healthy. We have regular and active
-participation on the mailing list, Jira and github.
+participation on the mailing list, Jira and GitHub.
 
 Adoption continues to grow. Notably: Apache Hive and Apache Yarn
 are now using Curator.
@@ -2367,7 +2367,7 @@ resources.
 
 Kalumet has been incubating since 2011-09-20.
 
-Community Developement:
+Community Development:
 
   Apache Kalumet 0.6-incubating version has been released.  However, due to
   some misunderstanding, the release vote has not been completed by 3 IPMC.
@@ -3265,7 +3265,7 @@ reasons:
   entities) or implementations of optional hooks that Isis exposes (services
   such as auditing, security).
 * as such, they have a different cadence to the framework "proper"
-* we wanted less formality, leveraging github collaboration capabilities
+* we wanted less formality, leveraging GitHub collaboration capabilities
 * also, to allow for contributions that would not be compliant with ASF 
   license restrictions, eg if dependent on LGPL.
 * (as noted previously) to reduce the size of the Isis codebase so that it
diff --git a/www/board/agenda/views/buttons/post.js.rb b/www/board/agenda/views/buttons/post.js.rb
index 3bb73bb..e60f81a 100644
--- a/www/board/agenda/views/buttons/post.js.rb
+++ b/www/board/agenda/views/buttons/post.js.rb
@@ -586,7 +586,7 @@ class Post < Vue
     reader = FileReader.new
     def reader.onload(event)
       # Convert the spreadsheet a byte at a time because
-      # Chrome Javascript did not handle the following properly:
+      # Chrome JavaScript did not handle the following properly:
       # String.fromCharCode(*Uint8Array.new(event.target.result))
       # See commit 46058b1e8baff80c75ea72f5b79f2f23af2e87a5
       bytes = Uint8Array.new(event.target.result)
diff --git a/www/brand/replyedit.cgi b/www/brand/replyedit.cgi
index 0e70dc3..dfffb9b 100755
--- a/www/brand/replyedit.cgi
+++ b/www/brand/replyedit.cgi
@@ -59,7 +59,7 @@ _html do
       _p 'Please see the FAQ that most likely applies to your question (this is boilerplate content) https://example.com/trademarks/faq1'
       _p '-- '
       _p '  $users-name from whimsy login'
-      _p '  On behalf of the Official Brand Managment Committee'
+      _p '  On behalf of the Official Brand Management Committee'
       _hr
       _p do
         _a 'Send reply', href: '#', onclick: "alert('This would submit the reply to be sent the usual way (Reply-All, Reply-To: the list, etc.).');"
diff --git a/www/brand/replyui.cgi b/www/brand/replyui.cgi
index 91cabf9..1d3f22d 100755
--- a/www/brand/replyui.cgi
+++ b/www/brand/replyui.cgi
@@ -52,7 +52,7 @@ _html do
       end
 
       _h3 'Choose A Reply to edit and send for this question'
-      _p 'This could be a choicelist or similar to select from avaialble Replies'
+      _p 'This could be a choicelist or similar to select from available Replies'
 
       _ul do
         _li do
diff --git a/www/fundraising/invoice.cgi b/www/fundraising/invoice.cgi
index a3c27d5..4ecc744 100755
--- a/www/fundraising/invoice.cgi
+++ b/www/fundraising/invoice.cgi
@@ -197,7 +197,7 @@ _html do
         end
         _p.c30 do
           _ 'To have the dollar amount placed in the third column of the'
-          _ 'invoice form, place it at the end of the line preceeded by an'
+          _ 'invoice form, place it at the end of the line preceded by an'
           _em '@'
           _ 'sign.'
         end
diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb
index 8f13a6f..cb53aef 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -57,7 +57,7 @@ class NonPMC
     # if the roster is empty, then add the chair(s)
     if roster.empty?
       cttee.chairs.each do |ch|
-        roster[ch[:id]] = {name: ch[:name], date: 'uknown'} # it is used to flag CI data so must be true in Javascript
+        roster[ch[:id]] = {name: ch[:name], date: 'uknown'} # it is used to flag CI data so must be true in JavaScript
       end
     end
     cttee_members = roster.keys # get the potentially updated list
diff --git a/www/roster/public/javascript/es6-promise.js b/www/roster/public/javascript/es6-promise.js
index 88144c9..ab36d66 100644
--- a/www/roster/public/javascript/es6-promise.js
+++ b/www/roster/public/javascript/es6-promise.js
@@ -747,7 +747,7 @@
       });
       ```
 
-      If the assimliated promise rejects, then the downstream promise will also reject.
+      If the assimilated promise rejects, then the downstream promise will also reject.
 
       ```js
       findUser().then(function (user) {
@@ -964,4 +964,3 @@
 
     lib$es6$promise$polyfill$$default();
 }).call(this);
-
diff --git a/www/roster/public_ldap_people.rb b/www/roster/public_ldap_people.rb
index 57620eb..41936bf 100644
--- a/www/roster/public_ldap_people.rb
+++ b/www/roster/public_ldap_people.rb
@@ -25,7 +25,7 @@ if peeps.empty?
   exit 0
 end
 
-# Make output smaller by ommitting commonest case (noLogin: false)
+# Make output smaller by omitting commonest case (noLogin: false)
 def makeEntry(hash, e)
   hash[e.id] = {
       name: e.public_name,
diff --git a/www/roster/views/AAREADME.txt b/www/roster/views/AAREADME.txt
index 1c0cbcc..07907d9 100644
--- a/www/roster/views/AAREADME.txt
+++ b/www/roster/views/AAREADME.txt
@@ -8,4 +8,4 @@ Files under 'actions' are named *.json.rb
 They return a JSON response to the client
 
 Other files are *.js.rb or *.html.eb and are converted to the appropriate
-client format -- Javascript or HTML
+client format -- JavaScript or HTML
diff --git a/www/secretary/workbench/README b/www/secretary/workbench/README
index b851bb8..baf17b5 100644
--- a/www/secretary/workbench/README
+++ b/www/secretary/workbench/README
@@ -88,14 +88,14 @@ Model:
                       system signals. These are converted into events
                       that are returned by the server /events URL
                       Changes to mailbox files are returned as a full set of headers.
-                      These are captured by the Javascript and merged into the current
+                      These are captured by the JavaScript and merged into the current
                       list.
 
 Design Notes:
 
   Sorting and merging; handling deleted entries
   The GUI can display more than one month's data (it automatically does so at month start)
-  However the data for each month is in separate chunks, so the client Javascript is
+  However the data for each month is in separate chunks, so the client JavaScript is
   responsible for sort/merging the responses.
   Whilst the initial data load can (and does) exclude deleted entries, subsequent data must
   be merged with the existing data in order to allow for deletion by another session
diff --git a/www/secretary/workbench/public/HOWTO.html b/www/secretary/workbench/public/HOWTO.html
index 10e03a0..178d58f 100644
--- a/www/secretary/workbench/public/HOWTO.html
+++ b/www/secretary/workbench/public/HOWTO.html
@@ -104,7 +104,7 @@
 
     <p>Clones of this repository can be found at
     <a href="https://gitbox.apache.org/repos/asf?p=whimsy.git">ASF</a> and
-    <a href="https://github.com/apache/whimsy/">github</a>.</p>
+    <a href="https://github.com/apache/whimsy/">GitHub</a>.</p>
 
     <p>The secretary workbench application can be found in the
     <a
diff --git a/www/secretary/workbench/views/actions/icla.json.rb b/www/secretary/workbench/views/actions/icla.json.rb
index 5a31fd3..68095d0 100644
--- a/www/secretary/workbench/views/actions/icla.json.rb
+++ b/www/secretary/workbench/views/actions/icla.json.rb
@@ -39,7 +39,7 @@ _extract_project
 # obtain per-user information
 _personalize_email(env.user)
 
-# determine if the user id requested is valid and avaliable
+# determine if the user id requested is valid and available
 @valid_user = (@user =~ /^[a-z][a-z0-9]{2,}$/)
 @valid_user &&= !(ASF::ICLA.taken?(@user) or ASF::Mail.taken?(@user))
 
diff --git a/www/status/monitors/unit_test.rb b/www/status/monitors/unit_test.rb
index ce36b92..2ba91c5 100644
--- a/www/status/monitors/unit_test.rb
+++ b/www/status/monitors/unit_test.rb
@@ -16,7 +16,7 @@ def runtest(method_name)
     # main class adds a trailer after the data
     puts "No change in response data"
   else
-    puts "Reponse differs:"
+    puts "Response differs:"
     puts previous
     puts response
   end