>From f73b8d18cdd696b4241d0d59dca739332b9c8d30 Mon Sep 17 00:00:00 2001
From: Michal Zidek <mzidek@redhat.com>
Date: Thu, 23 Aug 2012 13:58:56 +0200
Subject: [PATCH] Typo in debug message (SSSd -> SSSD).

https://fedorahosted.org/sssd/ticket/1434
---
 src/providers/ad/ad_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/providers/ad/ad_common.c b/src/providers/ad/ad_common.c
index 90cfe41..a8b7517 100644
--- a/src/providers/ad/ad_common.c
+++ b/src/providers/ad/ad_common.c
@@ -640,7 +640,7 @@ ad_set_search_bases(struct sdap_options *id_opts)
         }
     } else {
         DEBUG(SSSDBG_CONF_SETTINGS,
-              ("Search base not set. SSSd will attempt to discover it later, "
+              ("Search base not set. SSSD will attempt to discover it later, "
                "when connecting to the LDAP server.\n"));
     }
 
-- 
1.7.11.2

