1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

Correct "specifiy" typos.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Chris Lamb 2017-02-18 08:59:19 +13:00 committed by Garming Sam
parent 563c1c3623
commit db3dd6fb5f
5 changed files with 9 additions and 9 deletions

View File

@ -285,11 +285,11 @@ Example5 shows how to create an RFC2307/NIS domain enabled user account. If
if smartcard_required:
if password is not None and password is not '':
raise CommandError('It is not allowed to specifiy '
raise CommandError('It is not allowed to specify '
'--newpassword '
'together with --smartcard-required.')
if must_change_at_next_login:
raise CommandError('It is not allowed to specifiy '
raise CommandError('It is not allowed to specify '
'--must-change-at-next-login '
'together with --smartcard-required.')
@ -757,15 +757,15 @@ Example3 shows how an administrator would reset TestUser3 user's password to pas
if smartcard_required:
if password is not None and password is not '':
raise CommandError('It is not allowed to specifiy '
raise CommandError('It is not allowed to specify '
'--newpassword '
'together with --smartcard-required.')
if must_change_at_next_login:
raise CommandError('It is not allowed to specifiy '
raise CommandError('It is not allowed to specify '
'--must-change-at-next-login '
'together with --smartcard-required.')
if clear_smartcard_required:
raise CommandError('It is not allowed to specifiy '
raise CommandError('It is not allowed to specify '
'--clear-smartcard-required '
'together with --smartcard-required.')

View File

@ -576,7 +576,7 @@ this doesn't really affect the port to mit-krb.
Because the number of U/L case combinations got 'too hard' to put into a keytab in the
traditional way (with the client to specify the name), we either
pre-compute the keys into a traditional keytab or make an in-MEMORY
keytab at run time. In both cases we specifiy the principal name to
keytab at run time. In both cases we specify the principal name to
GSSAPI, which avoids the need to store duplicate principals.
We use a 'private' keytab in our private dir, referenced from the

View File

@ -631,7 +631,7 @@ Appendix 1: Keytab Requirements
* Because the number of U/L case combinations got 'too hard' to put into
a keytab in the traditional way (with the client to specify the name),
we either pre-compute the keys into a traditional keytab or make an
in-MEMORY keytab at run time. In both cases we specifiy the principal
in-MEMORY keytab at run time. In both cases we specify the principal
name to GSSAPI, which avoids the need to store duplicate principals.
* We use a 'private' keytab in our private dir, referenced from the
secrets.ldb by default.

View File

@ -1473,7 +1473,7 @@ static int setup_primary_samba_gpg(struct setup_password_fields_io *io,
if (len < 16) {
ldb_debug(ldb, LDB_DEBUG_FATAL,
"%s:%s: ki[%zu] key_id[%s] strlen < 16, "
"please specifiy at least the 64bit key id\n",
"please specify at least the 64bit key id\n",
__location__, __func__,
ki, key_id);
for (kr = 0; keys[kr] != NULL; kr++) {

View File

@ -261,7 +261,7 @@ class Rdata(object):
# A number of types compare rdata in wire form, so we provide
# the method here instead of duplicating it.
#
# We specifiy an arbitrary origin of '.' when doing the
# We specify an arbitrary origin of '.' when doing the
# comparison, since the rdata may have relative names and we
# can't convert a relative name to wire without an origin.
b1 = cStringIO.StringIO()