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 af23e548 Fix spelling (#158)
af23e548 is described below

commit af23e5483d8d61b45bef97c86040a086f02bf076
Author: John Bampton <[email protected]>
AuthorDate: Wed May 18 02:05:14 2022 +1000

    Fix spelling (#158)
---
 www/board/agenda/views/models/pagecache.js.rb | 2 +-
 www/docs/hardcoded.json                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/models/pagecache.js.rb 
b/www/board/agenda/views/models/pagecache.js.rb
index 623c8a72..54258b18 100644
--- a/www/board/agenda/views/models/pagecache.js.rb
+++ b/www/board/agenda/views/models/pagecache.js.rb
@@ -57,7 +57,7 @@ class PageCache
         end
       end
 
-      # preload agenda and referenced pages for next requeset
+      # preload agenda and referenced pages for next request
       base = document.getElementsByTagName('base')[0].href
       navigator.serviceWorker.ready.then do |registration|
         registration.active.postMessage type: 'preload',
diff --git a/www/docs/hardcoded.json b/www/docs/hardcoded.json
index 22ed63dd..632c2469 100644
--- a/www/docs/hardcoded.json
+++ b/www/docs/hardcoded.json
@@ -82,7 +82,7 @@
   "www/members/subscriptions.cgi": {
     "line": "",
     "symbol": "ARCHIVERS",
-    "description": "List of email addreses for private lists"
+    "description": "List of email addresses for private lists"
   },
   "www/roster/models/nonpmc.rb": {
     "line": "10",

Reply via email to