X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fgssapi.c;h=5138605f489b397844388e47d696b7dc00ab54b4;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=8c904131295090ab7166f1493dadafd87a70575e;hpb=1705fa7e553201d5415513a85925268d21575c99;p=openldap diff --git a/libraries/libldap/gssapi.c b/libraries/libldap/gssapi.c index 8c90413129..5138605f48 100644 --- a/libraries/libldap/gssapi.c +++ b/libraries/libldap/gssapi.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2015 The OpenLDAP Foundation. + * Copyright 1998-2017 The OpenLDAP Foundation. * All rights reserved. * * Author: Stefan Metzmacher @@ -204,7 +204,7 @@ sb_sasl_gssapi_encode( pkt_len = 4 + wrapped.length; - /* Grow the packet buffer if neccessary */ + /* Grow the packet buffer if necessary */ if ( dst->buf_size < pkt_len && ber_pvt_sb_grow_buffer( dst, pkt_len ) < 0 ) { @@ -281,7 +281,7 @@ sb_sasl_gssapi_decode( return -1; } - /* Grow the packet buffer if neccessary */ + /* Grow the packet buffer if necessary */ if ( dst->buf_size < unwrapped.length && ber_pvt_sb_grow_buffer( dst, unwrapped.length ) < 0 ) {