Skip to content

Commit

Permalink
Merge pull request #107 from vbatoufflet/patch-1
Browse files Browse the repository at this point in the history
Fix typo in error.go file
  • Loading branch information
liggitt authored Feb 27, 2017
2 parents 931bf64 + bb2a6cd commit 3ed1cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var LDAPResultCodeMap = map[uint8]string{
LDAPResultAffectsMultipleDSAs: "Affects Multiple DSAs",
LDAPResultOther: "Other",

ErrorNetwork: "Newwork Error",
ErrorNetwork: "Network Error",
ErrorFilterCompile: "Filter Compile Error",
ErrorFilterDecompile: "Filter Decompile Error",
ErrorDebugging: "Debugging Error",
Expand Down

0 comments on commit 3ed1cc0

Please sign in to comment.