X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fgssapi.c;h=5138605f489b397844388e47d696b7dc00ab54b4;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=563c5edad8c64e56c07e0d43cd862c6753a52cd2;hpb=ff6bc13166536df9ed6e8fd3f7f72f9738f09cf8;p=openldap diff --git a/libraries/libldap/gssapi.c b/libraries/libldap/gssapi.c index 563c5edad8..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-2014 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 ) {