summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 09:00:26 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:23 +0100
commit8fcc49ecd44e69d7f9ada212c63896e0dcf488a4 (patch)
tree748fc9a48d3738d9f19989f8c56c9a94d2aa7ba7 /source4/heimdal
parente0366ea49d5daa8fbf8b2ca22b1d3c77cc2daf9a (diff)
downloadsamba-8fcc49ecd44e69d7f9ada212c63896e0dcf488a4.tar.gz
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>
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/krb5/pac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/krb5/pac.c b/source4/heimdal/lib/krb5/pac.c
index 7ac95bdcdba..26aae107b32 100644
--- a/source4/heimdal/lib/krb5/pac.c
+++ b/source4/heimdal/lib/krb5/pac.c
@@ -179,7 +179,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) {