>From 70e36c28e3342255b273858ec7d59711acdce0d1 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 5 Oct 2012 21:27:53 +0300 Subject: [PATCH] Fix typos --- src/man/sssd.conf.5.xml | 2 +- src/responder/common/responder_cmd.c | 2 +- src/responder/nss/nsssrv_services.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 9af08eadfe6922aff95151ea5212c0cf8556d874..7d4aeed71d1e0db17575808da4c6bc1303470ffd 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -225,7 +225,7 @@ This string will be used as a default domain name for all names without a domain name component. The main use case are environments - were the local domain is only managing hosts + where the local domain is only managing hosts but no users and all users are coming from a trusted domain. The option allows those users to log in just with their user name without diff --git a/src/responder/common/responder_cmd.c b/src/responder/common/responder_cmd.c index 16f38eafd6a3362b8338ced459caa88bf2a4edb7..a9c4e36ee751b2f603116b77a5a92b16e3a795a1 100644 --- a/src/responder/common/responder_cmd.c +++ b/src/responder/common/responder_cmd.c @@ -271,7 +271,7 @@ sss_cmd_check_cache(struct ldb_message *msg, /* cache still valid */ if (midpoint_refresh && midpoint_refresh < now) { - /* We're past the the cache refresh timeout + /* We're past the cache refresh timeout * We'll return the value from the cache, but we'll also * queue the cache entry for update out-of-band. */ diff --git a/src/responder/nss/nsssrv_services.c b/src/responder/nss/nsssrv_services.c index d79323c349ab5e1bb25c27c022ceb490f9d1fa9f..ee847f6d3d93c40b6b72c2f7abf2991494a0c8bc 100644 --- a/src/responder/nss/nsssrv_services.c +++ b/src/responder/nss/nsssrv_services.c @@ -341,7 +341,7 @@ getserv_send(TALLOC_CTX *mem_ctx, if (NEED_CHECK_PROVIDER(dom->provider) && midpoint_refresh && midpoint_refresh < now) { - /* We're past the the cache refresh timeout + /* We're past the cache refresh timeout * We'll return the value from the cache, but we'll also * queue the cache entry for update out-of-band. */ -- 1.7.11.4