Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit c059e47

Browse files
beonodavecheney
authored andcommitted
fixed spelling (#156)
1 parent 816c908 commit c059e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func Wrap(err error, message string) error {
192192
}
193193

194194
// Wrapf returns an error annotating err with a stack trace
195-
// at the point Wrapf is call, and the format specifier.
195+
// at the point Wrapf is called, and the format specifier.
196196
// If err is nil, Wrapf returns nil.
197197
func Wrapf(err error, format string, args ...interface{}) error {
198198
if err == nil {

0 commit comments

Comments
 (0)