summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2012-10-05 21:27:53 +0300
committerJakub Hrozek <jhrozek@redhat.com>2012-10-09 19:33:13 +0200
commitae526063fcbc4b4c440e35e01e4eca35358c2906 (patch)
treed3d7371ea885450f8363b17cb6bce07eb32e8d36
parent308d531a8cb08779f8867de8718dffaf3116ec3e (diff)
downloadsssd-ae526063fcbc4b4c440e35e01e4eca35358c2906.tar.gz
sssd-ae526063fcbc4b4c440e35e01e4eca35358c2906.tar.xz
sssd-ae526063fcbc4b4c440e35e01e4eca35358c2906.zip
Fix typos
-rw-r--r--src/man/sssd.conf.5.xml2
-rw-r--r--src/responder/common/responder_cmd.c2
-rw-r--r--src/responder/nss/nsssrv_services.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 9af08eadf..7d4aeed71 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 16f38eafd..a9c4e36ee 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 d79323c34..ee847f6d3 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.
*/