]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/sasl.c
ITS#8605 - spelling fixes
[openldap] / libraries / libldap / sasl.c
index 3f8c497d123c40ffcacde1b549c920861f0c2f86..ea368ddbc7adfaf3dcd513455dbe931245f08a5f 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * 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 )
        {