X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fsasl.c;h=c99587064dfd16d55cec793a97bd4cfb423c29cc;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=3f8c497d123c40ffcacde1b549c920861f0c2f86;hpb=b6974ccd9f2c8cd9cf3f10d9466edcc043681363;p=openldap diff --git a/libraries/libldap/sasl.c b/libraries/libldap/sasl.c index 3f8c497d12..c99587064d 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-2018 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 ) {