doc: fix typos throughout docs and code
This commit is contained in:
parent
5f71d186b2
commit
4aee962233
96 changed files with 174 additions and 174 deletions
|
@ -929,7 +929,7 @@ func TestNewDecrypterSeekLimit(t *testing.T) {
|
|||
assert.Equal(t, 0, n)
|
||||
}
|
||||
|
||||
// Now try decoding it with a open/seek
|
||||
// Now try decoding it with an open/seek
|
||||
for _, offset := range trials {
|
||||
for _, limit := range limits {
|
||||
if offset+limit > len(plaintext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue