From 0353a2be677594125892e16fe0cdebe264d2ccb2 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 2 Feb 2011 17:15:35 +0100 Subject: Typos in freeIPA messages This patch fixes several reported typos in IPA messages and in comments. Contributors file has been updated + the original author of the patch reporting the typos was added. https://fedorahosted.org/freeipa/ticket/848 --- ipalib/plugins/automount.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/plugins/automount.py') diff --git a/ipalib/plugins/automount.py b/ipalib/plugins/automount.py index ec306ac7..9c2c0ad1 100644 --- a/ipalib/plugins/automount.py +++ b/ipalib/plugins/automount.py @@ -67,7 +67,7 @@ Locations: ipa automountlocation-import baltimore /etc/auto.master The import will fail if any duplicate entries are found. For - continous operation where errors are ignored use the --continue + continuous operation where errors are ignored use the --continue option. Maps: @@ -318,7 +318,7 @@ class automountlocation_import(LDAPQuery): takes_options = ( Flag('continue?', cli_name='continue', - doc=_('Continous operation mode. Errors are reported but the process continues'), + doc=_('Continuous operation mode. Errors are reported but the process continues'), ), ) -- cgit