diff options
Diffstat (limited to 'openpgp/s2k/s2k.go')
| -rw-r--r-- | openpgp/s2k/s2k.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/s2k/s2k.go b/openpgp/s2k/s2k.go index fa1a919..490cb63 100644 --- a/openpgp/s2k/s2k.go +++ b/openpgp/s2k/s2k.go @@ -53,7 +53,7 @@ func (c *Config) hash() crypto.Hash { func (c *Config) encodedCount() uint8 { if c == nil || c.S2KCount == 0 { - return 96 // The common case. Correspoding to 65536 + return 96 // The common case. Corresponding to 65536 } i := c.S2KCount |
