From 42604cc8d11743febf5aa892cb3a7d3c32bfed48 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 12 Feb 2016 22:05:21 +0100 Subject: Fix typos reported by lintian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Pavel Březina --- src/responder/common/negcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/responder/common') diff --git a/src/responder/common/negcache.c b/src/responder/common/negcache.c index f7af9e028..5b0517ceb 100644 --- a/src/responder/common/negcache.c +++ b/src/responder/common/negcache.c @@ -806,7 +806,7 @@ errno_t sss_ncache_prepopulate(struct sss_nc_ctx *ncache, if (domainname && strcmp(domainname, dom->name)) { DEBUG(SSSDBG_CRIT_FAILURE, - "Mismatch betwen domain name (%s) and name " + "Mismatch between domain name (%s) and name " "set in FQN (%s), skipping group %s\n", dom->name, domainname, name); continue; -- cgit