]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/test.c
ITS#8605 - spelling fixes
[openldap] / libraries / libldap / test.c
index bf092caf04cd49bbc663666033e523cde61fceb9..ae378395773e472ca6182ecb53a82edb9bbea738 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
+ * Copyright 1998-2017 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -402,7 +402,7 @@ main( int argc, char **argv )
                        }
                        break;
 
-               case 'b':       /* asynch bind */
+               case 'b':       /* async bind */
                        method = LDAP_AUTH_SIMPLE;
                        get_line( dn, sizeof(dn), stdin, "dn? " );
                        strcat( dn, dnsuffix );