From acfa64d15947635aedf68cb5b74b52f2d6e97e02 Mon Sep 17 00:00:00 2001 From: blackhedd Date: Wed, 2 May 2007 10:17:46 +0000 Subject: [PATCH] fixed grammar error in doc. --- lib/net/ldap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index ac31f05..3442733 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -1057,7 +1057,7 @@ module Net # Return the root Subschema record from the LDAP server as a Net::LDAP::Entry, - # or an empty Entry is the server doesn't return the record. On success, the + # or an empty Entry if the server doesn't return the record. On success, the # Net::LDAP::Entry returned from this call will have the attributes :dn, # :objectclasses, and :attributetypes. #