aboutsummaryrefslogtreecommitdiff
path: root/openpgp/packet/compressed.go
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/packet/compressed.go')
-rw-r--r--openpgp/packet/compressed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/packet/compressed.go b/openpgp/packet/compressed.go
index e8f0b5c..353f945 100644
--- a/openpgp/packet/compressed.go
+++ b/openpgp/packet/compressed.go
@@ -60,7 +60,7 @@ func (c *Compressed) parse(r io.Reader) error {
return err
}
-// compressedWriterCloser represents the serialized compression stream
+// compressedWriteCloser represents the serialized compression stream
// header and the compressor. Its Close() method ensures that both the
// compressor and serialized stream header are closed. Its Write()
// method writes to the compressor.