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 2018/07/28 11:36:38 UTC

[whimsy] branch master updated: Speling

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 5002a39  Speling
5002a39 is described below

commit 5002a391f66492df8d895105c0e56cdb73f4ec1b
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jul 28 12:36:36 2018 +0100

    Speling
---
 lib/whimsy/asf/ldap.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index badfbe9..a7821ac 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -821,7 +821,7 @@ module ASF
       "uid=#{name},#{ASF::Person.base}"
     end
 
-    # Allow artibtrary LDAP attibutes to be referenced as object properties.
+    # Allow arbitrary LDAP attibutes to be referenced as object properties.
     # Example: <tt>ASF::Person.find('rubys').cn</tt>.  Can also be used
     # to modify an LDAP attribute.
     def method_missing(name, *args)