[codespell] Fix typos (#190)
This commit is contained in:
parent
7fa828017a
commit
1791c07702
2 changed files with 3 additions and 3 deletions
|
|
@ -75,7 +75,7 @@ func (keyRing *KeyRing) NewManualAttachmentProcessor(
|
|||
estimatedSize int, filename string, dataBuffer []byte,
|
||||
) (*ManualAttachmentProcessor, error) {
|
||||
if len(dataBuffer) == 0 {
|
||||
return nil, errors.New("gopenpgp: can't give a nil or empty buffer to process the attachement")
|
||||
return nil, errors.New("gopenpgp: can't give a nil or empty buffer to process the attachment")
|
||||
}
|
||||
|
||||
// forces the gc to be called often
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue