fix spelling mistake; minor rewording

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
René Genz
2017-04-29 22:31:22 +02:00
committed by Martin Basti
parent 3d969d7bad
commit bdd88a3eab
3 changed files with 11 additions and 11 deletions

View File

@@ -80,14 +80,14 @@ def retrieve_netbios_name(api):
def set_and_check_netbios_name(netbios_name, unattended, api):
"""
Depending if trust in already configured or not a given NetBIOS domain
name must be handled differently.
Depending on whether trust is already configured or not a given NetBIOS
domain name must be handled differently.
If trust is not configured the given NetBIOS is used or the NetBIOS is
If trust is not configured, the given NetBIOS is used. The NetBIOS is
generated if none was given on the command line.
If trust is already configured the given NetBIOS name is used to reset
the stored NetBIOS name it it differs from the current one.
If trust is already configured, the given NetBIOS name is used to reset
the stored NetBIOS name in case it differs from the current one.
"""
cur_netbios_name = None