]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/gssapi.c
ITS#8605 - spelling fixes
[openldap] / libraries / libldap / gssapi.c
index 8c904131295090ab7166f1493dadafd87a70575e..5138605f489b397844388e47d696b7dc00ab54b4 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.
  *
  * Author: Stefan Metzmacher <metze@sernet.de>
@@ -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 )
        {