]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/golang.org/x/crypto/openpgp/packet/userattribute.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / golang.org / x / crypto / openpgp / packet / userattribute.go
index 96a2b382a1de036fd13217c846b5b6bd795330c9..d19ffbc78671058e3f4e002394228682aa53bd5f 100644 (file)
@@ -80,7 +80,7 @@ func (uat *UserAttribute) Serialize(w io.Writer) (err error) {
 
 // ImageData returns zero or more byte slices, each containing
 // JPEG File Interchange Format (JFIF), for each photo in the
-// the user attribute packet.
+// user attribute packet.
 func (uat *UserAttribute) ImageData() (imageData [][]byte) {
        for _, sp := range uat.Contents {
                if sp.SubType == UserAttrImageSubpacket && len(sp.Contents) > 16 {