summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2017-07-31 12:52:51 +0000
committerJakub Hrozek <jhrozek@redhat.com>2017-08-16 14:39:31 +0200
commit1afc796952755f9cc96ea0b93989cd93214103a2 (patch)
treec06139ad3300051fc1ad22e17b98e3b5b9ca134c
parent6bd6571dfe97fb9c6ce9040c3fcfb4965f95eda1 (diff)
downloadsssd-1afc796952755f9cc96ea0b93989cd93214103a2.tar.gz
sssd-1afc796952755f9cc96ea0b93989cd93214103a2.tar.xz
sssd-1afc796952755f9cc96ea0b93989cd93214103a2.zip
Fix minor typos
Merges: https://pagure.io/SSSD/sssd/pull-request/3456 Reviewed-by: Michal Židek <mzidek@redhat.com>
-rw-r--r--src/config/SSSDConfig/__init__.py.in4
-rw-r--r--src/tools/sssctl/sssctl_user_checks.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index 303bc62f4..0e0c3be6d 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -92,7 +92,7 @@ option_strings = {
'offline_failed_login_attempts' : _('How many failed logins attempts are allowed when offline'),
'offline_failed_login_delay' : _('How long (minutes) to deny login after offline_failed_login_attempts has been reached'),
'pam_verbosity' : _('What kind of messages are displayed to the user during authentication'),
- 'pam_response_filter' : _('Filter PAM responses sent by the pam_sss'),
+ 'pam_response_filter' : _('Filter PAM responses sent to the pam_sss'),
'pam_id_timeout' : _('How many seconds to keep identity information cached for PAM requests'),
'pam_pwd_expiration_warning' : _('How many days before password expiration a warning should be displayed'),
'pam_trusted_users' : _('List of trusted uids or user\'s name'),
@@ -138,7 +138,7 @@ option_strings = {
'username': _('The username to use when authenticating to a Custodia server using basic_auth'),
'password': _('The password to use when authenticating to a Custodia server using basic_auth'),
'verify_peer': _('If true peer\'s certificate is verified if proxy_url uses https protocol'),
- 'verify_host': _('If false peer\'s certificate may contain different hostname then proxy_url when https protocol is used'),
+ 'verify_host': _('If false peer\'s certificate may contain different hostname than proxy_url when https protocol is used'),
'capath': _('Path to directory where certificate authority certificates are stored'),
'cacert': _('Path to file containing server\'s CA certificate'),
'cert': _('Path to file containing client\'s certificate'),
diff --git a/src/tools/sssctl/sssctl_user_checks.c b/src/tools/sssctl/sssctl_user_checks.c
index d5cd8a1b4..8e2acad65 100644
--- a/src/tools/sssctl/sssctl_user_checks.c
+++ b/src/tools/sssctl/sssctl_user_checks.c
@@ -234,7 +234,7 @@ errno_t sssctl_user_checks(struct sss_cmdline *cmdline,
ret = get_ifp_user(user);
if (ret != 0) {
- fprintf(stderr, _("InforPipe User lookup with [%s] failed.\n"),
+ fprintf(stderr, _("InfoPipe User lookup with [%s] failed.\n"),
user);
}
}