URL: https://github.com/SSSD/sssd/pull/5679
Author: yurchor
 Title: #5679: Fix minor typos in docs
Action: opened

PR body:
"""
Thanks in advance for reviewing.
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5679/head:pr5679
git checkout pr5679
From c94b9435a207b88fbc971f0ea55a338cf368bbf7 Mon Sep 17 00:00:00 2001
From: Yuri Chornoivan <yurc...@ukr.net>
Date: Thu, 10 Jun 2021 14:46:00 +0300
Subject: [PATCH] Fix minor typos in docs

---
 src/man/pam_sss_gss.8.xml | 4 ++--
 src/man/sssd-sudo.5.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/man/pam_sss_gss.8.xml b/src/man/pam_sss_gss.8.xml
index a83369de28..5cde974902 100644
--- a/src/man/pam_sss_gss.8.xml
+++ b/src/man/pam_sss_gss.8.xml
@@ -71,7 +71,7 @@
             </citerefentry> for more details on these options.
         </para>
         <para>
-            Some Kerberos deployments allow to assocate authentication
+            Some Kerberos deployments allow to associate authentication
             indicators with a particular pre-authentication method used to
             obtain the ticket granting ticket by the user.
             <command>pam_sss_gss.so</command> allows to enforce presence of
@@ -199,7 +199,7 @@ auth sufficient pam_sss_gss.so
         <para>
             3. Authentication does not work and syslog contains "No Kerberos
             credentials available": You don't have any credentials that can be
-            used to obtain the required service ticket. Use kinit or autheticate
+            used to obtain the required service ticket. Use kinit or authenticate
             over SSSD to acquire those credentials.
         </para>
         <para>
diff --git a/src/man/sssd-sudo.5.xml b/src/man/sssd-sudo.5.xml
index 3ad89dde3c..8764520406 100644
--- a/src/man/sssd-sudo.5.xml
+++ b/src/man/sssd-sudo.5.xml
@@ -215,7 +215,7 @@ ldap_sudo_search_base = ou=sudoers,dc=example,dc=com
             SSSD uses different kinds of mechanisms with more or less complex
             LDAP filters to keep the cached sudo rules up to date. The default
             configuration is set to values that should satisfy most of our
-            users, but the following paragraps contains few tips on how to fine
+            users, but the following paragraphs contain few tips on how to fine-
             tune the configuration to your requirements.
         </para>
         <para>
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to