From 65cbece2e1c536b93ad5e7cbea9f20ae3fdf7a08 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 11 May 2012 23:12:19 +0300 Subject: Fix typos in message and man pages. --- src/config/SSSDConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index a44e138f6..11da7cf2b 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'), -- cgit