summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-06-11 19:12:41 +0300
committerJakub Hrozek <jhrozek@redhat.com>2013-06-12 15:13:38 +0200
commit1091c0ae2f1596ceb161e5b765a91c23c413b369 (patch)
tree34b45a8daf2960e37c767e0b3928c3a231541f50
parent49f3aebcc8614d483c5753109a9d65aa33d301ea (diff)
downloadsssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.tar.gz
sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.tar.bz2
sssd-1091c0ae2f1596ceb161e5b765a91c23c413b369.zip
Fix minor typos
-rw-r--r--src/man/sssd-krb5.5.xml2
-rw-r--r--src/man/sssd-ldap.5.xml2
-rw-r--r--src/man/sssd.conf.5.xml4
-rw-r--r--src/providers/ipa/ipa_hbac.h2
-rw-r--r--src/tools/tools_mc_util.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml
index 906aee09..df124b4d 100644
--- a/src/man/sssd-krb5.5.xml
+++ b/src/man/sssd-krb5.5.xml
@@ -455,7 +455,7 @@
<term>krb5_use_kdcinfo (boolean)</term>
<listitem>
<para>
- Specifies if the SSSD should be instructing the Kerberos
+ Specifies if the SSSD should instruct the Kerberos
libraries what realm and which KDCs to use. This option
is on by default, if you disable it, you need to configure
the Kerberos library using the
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 9cd594c7..fd29650e 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -1592,7 +1592,7 @@
<term>krb5_use_kdcinfo (boolean)</term>
<listitem>
<para>
- Specifies if the SSSD should be instructing the Kerberos
+ Specifies if the SSSD should instruct the Kerberos
libraries what realm and which KDCs to use. This option
is on by default, if you disable it, you need to configure
the Kerberos library using the
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index d3e393c8..8df2bd97 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -172,7 +172,7 @@
<para>
domain flat name. Mostly usable
for Active Directory domains, both
- directly configured or disovered
+ directly configured or discovered
via IPA trusts.
</para>
</listitem>
@@ -1605,7 +1605,7 @@ override_homedir = /home/%u
<para>
domain flat name. Mostly usable
for Active Directory domains, both
- directly configured or disovered
+ directly configured or discovered
via IPA trusts.
</para>
</listitem>
diff --git a/src/providers/ipa/ipa_hbac.h b/src/providers/ipa/ipa_hbac.h
index 02077e37..8bc2c4f9 100644
--- a/src/providers/ipa/ipa_hbac.h
+++ b/src/providers/ipa/ipa_hbac.h
@@ -212,7 +212,7 @@ enum hbac_error_code {
/** Unexpected error */
HBAC_ERROR_UNKNOWN = -1,
- /** Succesful evaluation */
+ /** Successful evaluation */
HBAC_SUCCESS,
/** Function is not yet implemented */
diff --git a/src/tools/tools_mc_util.c b/src/tools/tools_mc_util.c
index 33d5d26d..5d4300fb 100644
--- a/src/tools/tools_mc_util.c
+++ b/src/tools/tools_mc_util.c
@@ -111,7 +111,7 @@ done:
/* Closing the file also releases the lock */
close(mc_fd);
- /* Only unlink the file if invalidation was succesful */
+ /* Only unlink the file if invalidation was successful */
if (ret == EOK) {
pret = unlink(mc_filename);
if (pret == -1) {