File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ func NewClient(ops ClientOps) *Client {
109
109
}
110
110
}
111
111
112
- // init initiailzes the client (if not already initialized)
112
+ // init initializes the client (if not already initialized)
113
113
// and returns any initialization error.
114
114
func (c * Client ) init () error {
115
115
c .initOnce .Do (c .initWork )
Original file line number Diff line number Diff line change 124
124
// not contain spaces or newlines).
125
125
//
126
126
// If Open is given access to a Verifiers including the
127
- // Verifier for this key, then it will succeed at verifiying
127
+ // Verifier for this key, then it will succeed at verifying
128
128
// the encoded message and returning the parsed Note:
129
129
//
130
130
// vkey := "PeterNeumann+c74f20a3+ARpc2QcUPDhMQegwxbzhKqiBfsVkmqq/LDE4izWy10TW"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type Storage interface {
18
18
19
19
// ReadWrite runs f in a read-write transaction.
20
20
// If f returns an error, the transaction aborts and returns that error.
21
- // If f returns nil, the transaction attempts to commit and then then return nil.
21
+ // If f returns nil, the transaction attempts to commit and then return nil.
22
22
// Otherwise it tries again. Note that f may be called multiple times and that
23
23
// the result only describes the effect of the final call to f.
24
24
// The caller must take care not to use any state computed during
You can’t perform that action at this time.
0 commit comments