sssd/0003-Fix-typos-in-message-and-man-pages.patch
Stephen Gallagher 359d341a35 Fix several regressions since 1.5.x
- Ensure that the RPM creates the /var/lib/sss/mc directory
- Add support for Netscape password warning expiration control
- Rebuild against libldb 1.1.6
2012-05-24 08:23:25 -04:00

63 lines
2.9 KiB
Diff

From 47669c95501ee6adbb0700f4d4a62ae09daa21f7 Mon Sep 17 00:00:00 2001
From: Yuri Chornoivan <yurchor@ukr.net>
Date: Fri, 11 May 2012 23:12:19 +0300
Subject: [PATCH 03/19] Fix typos in message and man pages.
---
src/config/SSSDConfig.py | 2 +-
src/man/include/ldap_id_mapping.xml | 2 +-
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 a44e138f6461681709d78bbece86f6f8720ae31c..11da7cf2ba42076f3088cbbff81b69b39a0dc449 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 62e5598eb0d31fdc1185db13ae0c433b233b9ba2..75335f5032c36c01aa0bcc14d05b60ace0c22734 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 e283480e3a5725a1acee93c95b20d5b504393e4f..8eaeb13ce0e2af97b19b0855d8cc7f5985659214 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>
--
1.7.10.1