X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fsasl.c;h=ea368ddbc7adfaf3dcd513455dbe931245f08a5f;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=3f8c497d123c40ffcacde1b549c920861f0c2f86;hpb=34ccd14f3e8c6a02ceae11c7b0d475e17d011984;p=openldap diff --git a/libraries/libldap/sasl.c b/libraries/libldap/sasl.c index 3f8c497d12..ea368ddbc7 100644 --- a/libraries/libldap/sasl.c +++ b/libraries/libldap/sasl.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. * * Redistribution and use in source and binary forms, with or without @@ -697,7 +697,7 @@ sb_sasl_generic_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len) ret = sb_sasl_generic_pkt_length(p, (unsigned char *) p->sec_buf_in.buf_base, sbiod->sbiod_sb->sb_debug ); - /* Grow the packet buffer if neccessary */ + /* Grow the packet buffer if necessary */ if ( ( p->sec_buf_in.buf_size < (ber_len_t) ret ) && ber_pvt_sb_grow_buffer( &p->sec_buf_in, ret ) < 0 ) {