Skip to content

Commit 0d68a53

Browse files
authored
fix typo (#465)
1 parent a22b51d commit 0d68a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func (r *Response) WriteHeaderAndJson(status int, value interface{}, contentType
175175
}
176176

177177
// WriteError writes the http status and the error string on the response. err can be nil.
178-
// Return an error if writing was not succesful.
178+
// Return an error if writing was not successful.
179179
func (r *Response) WriteError(httpStatus int, err error) (writeErr error) {
180180
r.err = err
181181
if err == nil {

0 commit comments

Comments
 (0)