From 76222767438038295d356d5860e8cf95bc43dcd4 Mon Sep 17 00:00:00 2001 From: Jud White Date: Sat, 23 Sep 2017 02:36:03 -0500 Subject: [PATCH] example_test: fix typo --- example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_test.go b/example_test.go index 821189bd..1ac67a79 100644 --- a/example_test.go +++ b/example_test.go @@ -9,7 +9,7 @@ import ( ) // ExampleConn_Bind demonstrates how to bind a connection to an ldap user -// allowing access to restricted attrabutes that user has access to +// allowing access to restricted attributes that user has access to func ExampleConn_Bind() { l, err := ldap.Dial("tcp", fmt.Sprintf("%s:%d", "ldap.example.com", 389)) if err != nil {