diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb index 9286dcf507..b0b75f671a 100644 --- a/lib/whimsy/asf/ldap.rb +++ b/lib/whimsy/asf/ldap.rb @@ -420,7 +420,7 @@ def self.memberids # 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 ebc9b7a23f..a406d6fbe3 100644 --- a/lib/whimsy/asf/meeting-util.rb +++ b/lib/whimsy/asf/meeting-util.rb @@ -105,7 +105,7 @@ def self.getProxyNominees(mtg_dir=nil) 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 5305ba5d38..75d99ae43f 100644 --- a/www/board/agenda/views/models/pending.js.rb +++ b/www/board/agenda/views/models/pending.js.rb @@ -105,7 +105,7 @@ def self.find_status(action) 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 c7a125ff99..8a26039473 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 = ''