]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/references.c
ITS#8573 TLS option test suite
[openldap] / libraries / libldap / references.c
index 6e6b98f47aaa3c7ca16571a2d4898fa95c9797d1..c5dbf5e363e945b8db331099b88da55a61b3b3a1 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
+ * Copyright 1998-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -118,7 +118,7 @@ ldap_parse_reference(
 free_and_return:
 
        if( referralsp != NULL ) {
-               /* provide references regradless of return code */
+               /* provide references regardless of return code */
                *referralsp = refs;
 
        } else {