]> git.sur5r.net Git - openldap/commitdiff
fixed typo
authorRalf Haferkamp <ralf@openldap.org>
Wed, 17 Oct 2007 16:42:07 +0000 (16:42 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Wed, 17 Oct 2007 16:42:07 +0000 (16:42 +0000)
contrib/ldapc++/src/LDAPMessageQueue.cpp

index 0da7d9c0e72160e6f6fab11af60ad616752876fe..c557479bc97e74be8c0691e87e041ff971b3096a 100644 (file)
@@ -149,7 +149,7 @@ LDAPMsg *LDAPMessageQueue::getNext(){
 // TODO Maybe moved to LDAPRequest::followReferral seems more reasonable
 //there
 LDAPRequest* LDAPMessageQueue::chaseReferral(LDAPMsg* ref){
-    DEBUG(LDAP_DEBUG_TRACE,"LDAPMessageQueue::chaseReferra()" << endl);
+    DEBUG(LDAP_DEBUG_TRACE,"LDAPMessageQueue::chaseReferral()" << endl);
     LDAPRequest *req=m_activeReq.top();
     LDAPRequest *refReq=req->followReferral(ref);
     if(refReq !=0){