diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2012-05-11 23:12:19 +0300 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-14 11:25:31 -0400 |
commit | 65cbece2e1c536b93ad5e7cbea9f20ae3fdf7a08 (patch) | |
tree | eeeba7f2ac140bcb9822a28afdf8439420684d63 | |
parent | c5eb0dc6c5ce2940f329c477aeecb57e2d8ec38d (diff) | |
download | sssd-65cbece2e1c536b93ad5e7cbea9f20ae3fdf7a08.tar.gz sssd-65cbece2e1c536b93ad5e7cbea9f20ae3fdf7a08.tar.bz2 sssd-65cbece2e1c536b93ad5e7cbea9f20ae3fdf7a08.zip |
Fix typos in message and man pages.
-rw-r--r-- | src/config/SSSDConfig.py | 2 | ||||
-rw-r--r-- | src/man/include/ldap_id_mapping.xml | 2 | ||||
-rw-r--r-- | src/man/sssd.conf.5.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index a44e138f..11da7cf2 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -85,7 +85,7 @@ option_strings = { 'autofs_negative_timeout' : _('Negative cache timeout length (seconds)'), # [ssh] - 'ssh_hash_known_hosts': _('Whether to hash host names and adresses in the known_hosts file'), + 'ssh_hash_known_hosts': _('Whether to hash host names and addresses in the known_hosts file'), # [provider] 'id_provider' : _('Identity provider'), diff --git a/src/man/include/ldap_id_mapping.xml b/src/man/include/ldap_id_mapping.xml index 62e5598e..75335f50 100644 --- a/src/man/include/ldap_id_mapping.xml +++ b/src/man/include/ldap_id_mapping.xml @@ -83,7 +83,7 @@ ldap_schema = ad </para> <para> NOTE: This option is different from - <quote>id_mn</quote> in that <quote>id_min</quote> + <quote>id_min</quote> in that <quote>id_min</quote> acts to filter the output of requests to this domain, whereas this option controls the range of ID assignment. This is a subtle distinction, but the diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index e283480e..8eaeb13c 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -521,7 +521,7 @@ <listitem> <para> The default shell to use if the provider does not - return one during lookup. This option supercedes + return one during lookup. This option supersedes any other shell options if it takes effect. </para> <para> @@ -786,7 +786,7 @@ <term>ssh_hash_known_hosts (bool)</term> <listitem> <para> - Whether or not to hash host names and adresses in + Whether or not to hash host names and addresses in the managed known_hosts file. </para> <para> |