all repos — captcha @ 46413fff73d81754c039253470a0c7a426c999a4

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Fix typo in comment.
Dmitry Chestnykh dmitry@codingrobots.com
Wed, 04 Dec 2013 11:42:31 +0100
commit

46413fff73d81754c039253470a0c7a426c999a4

parent

cede256342ab8b650f6708edceffd8830cd531c0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M image.goimage.go

@@ -81,7 +81,7 @@ m.fillWithCircles(circleCount, m.dotSize)

return m } -// encodeToPNG encodes an image to PNG and returns +// encodedPNG encodes an image to PNG and returns // the result as a byte slice. func (m *Image) encodedPNG() []byte { var buf bytes.Buffer