diff options
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r-- | src/config/SSSDConfig.py | 2 |
1 files changed, 1 insertions, 1 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'), |