Correct "allignment" 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>

(cherry-picked from Samba commit 8fcc49ecd44e69d7f9ada212c63896e0dcf488a4)
This commit is contained in:
Chris Lamb
2017-02-18 09:00:26 +13:00
committed by Jeffrey Altman
parent 9c2351eb25
commit 2f3f88e53a

View File

@@ -185,7 +185,7 @@ krb5_pac_parse(krb5_context context, const void *ptr, size_t len,
if (p->pac->buffers[i].offset_lo & (PAC_ALIGNMENT - 1)) {
ret = EINVAL;
krb5_set_error_message(context, ret,
N_("PAC out of allignment", ""));
N_("PAC out of alignment", ""));
goto out;
}
if (p->pac->buffers[i].offset_hi) {