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 67b80d7c Fix spelling (#195)
67b80d7c is described below
commit 67b80d7ca23393614dd390aefd717a61b70d5d3c
Author: John Bampton <[email protected]>
AuthorDate: Tue Nov 28 04:33:07 2023 +1000
Fix spelling (#195)
* Fix spelling
---
lib/whimsy/asf/ldap.rb | 2 +-
lib/whimsy/asf/meeting-util.rb | 2 +-
www/board/agenda/views/models/pending.js.rb | 2 +-
www/test.cgi | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 9286dcf5..b0b75f67 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -420,7 +420,7 @@ module ASF
# Superclass for all classes which are backed by LDAP data. Encapsulates
# the management of collections to weak references to instance data, for
- # both performance and funcational reasons. Sequentially finding the same
+ # both performance and functional reasons. Sequentially finding the same
# same object will return the same instance unless the prior instance has
# been reclaimed by garbage collection. This often prevents large numbers
# of requests to fetch the same data from LDAP.
diff --git a/lib/whimsy/asf/meeting-util.rb b/lib/whimsy/asf/meeting-util.rb
index ebc9b7a2..a406d6fb 100644
--- a/lib/whimsy/asf/meeting-util.rb
+++ b/lib/whimsy/asf/meeting-util.rb
@@ -105,7 +105,7 @@ module ASF
end.uniq
end
- # Get info about current users's proxying
+ # Get proxy info for current user
# @return "help text", ["id | name (proxy)", ...] if they are a proxy for
other(s)
# @return "You have already submitted a proxy form" to someone else
# @return nil otherwise
diff --git a/www/board/agenda/views/models/pending.js.rb
b/www/board/agenda/views/models/pending.js.rb
index 5305ba5d..75d99ae4 100644
--- a/www/board/agenda/views/models/pending.js.rb
+++ b/www/board/agenda/views/models/pending.js.rb
@@ -105,7 +105,7 @@ class Pending
return match
end
- # determine if offline operatios are (or should be) supported
+ # determine if offline operations are (or should be) supported
def self.offline_enabled
return false unless PageCache.enabled
diff --git a/www/test.cgi b/www/test.cgi
index c7a125ff..8a260394 100755
--- a/www/test.cgi
+++ b/www/test.cgi
@@ -4,7 +4,7 @@ print "Content-type: text/plain; charset=UTF-8\r\n\r\n"
ENV.sort.each do |k,v|
if k.eql? 'HTTP_AUTHORIZATION'
- # cannot use sub! because value is fozen
+ # cannot use sub! because value is frozen
# redact non-empty string
if v and not v.empty?
v = '<redacted>'