From 65102e44d92c7d4d8245798450da9b96de3995a5 Mon Sep 17 00:00:00 2001 From: blackhedd Date: Wed, 26 Apr 2006 03:08:32 +0000 Subject: [PATCH] spelling error --- 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 cdb0583..dac2b0c 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -467,7 +467,7 @@ module Net # original one (now renamed searchx and possibly destined to go away). # The difference is that we return a dataset (or nil) from the # call, and pass _each entry_ as it is received from the server - # to the caler-supplied block. This will probably make things + # to the caller-supplied block. This will probably make things # far faster as we can do useful work during the network latency # of the search. The downside is that we have no access to the # whole set while processing the blocks, so we can't do stuff