diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-06-16 07:57:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 19:57:38 +0800 |
commit | 6a4de37f7e790716c35f1dc4a0aeacfe4b4a1415 (patch) | |
tree | 238bf8a49b91ec93e0f4a105f337da549ceb857e /vendor/github.com/lib/pq/scram | |
parent | 80a3745fc84c033ef4f00c0539b865c0da54442f (diff) | |
download | gitea-6a4de37f7e790716c35f1dc4a0aeacfe4b4a1415.tar.gz gitea-6a4de37f7e790716c35f1dc4a0aeacfe4b4a1415.zip |
pq -> v1.7.0 (#11905)
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'vendor/github.com/lib/pq/scram')
-rw-r--r-- | vendor/github.com/lib/pq/scram/scram.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/lib/pq/scram/scram.go b/vendor/github.com/lib/pq/scram/scram.go index 484f378a76..477216b600 100644 --- a/vendor/github.com/lib/pq/scram/scram.go +++ b/vendor/github.com/lib/pq/scram/scram.go @@ -94,7 +94,7 @@ func (c *Client) Out() []byte { return c.out.Bytes() } -// Err returns the error that ocurred, or nil if there were no errors. +// Err returns the error that occurred, or nil if there were no errors. func (c *Client) Err() error { return c.err } |