diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-09-03 11:13:25 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-09-03 12:30:07 -0400 |
commit | cbb0e51a1e7a4a4ac3de0e52fef79cce8179e46f (patch) | |
tree | b3af2db36b28432b13d816d3298dc050a5e574a9 | |
parent | c9221b6582bdab27a8900fad0467a8c413b36da9 (diff) |
nslcd_proto: fix typo in package description
-rw-r--r-- | nslcd_proto/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd_proto/doc.go b/nslcd_proto/doc.go index 70929f3..48d41b7 100644 --- a/nslcd_proto/doc.go +++ b/nslcd_proto/doc.go @@ -17,6 +17,6 @@ // Package nslcd_proto implements the nslcd protocol of nss-pam-ldapd. // -// The godoc documentation for this packages isn't very good; you +// The godoc documentation for this package isn't very good; you // should look at the source file nslcd_h.go. package nslcd_proto |