diff --git a/expectations.go b/expectations.go index 1b3bc7c..c00e6c6 100644 --- a/expectations.go +++ b/expectations.go @@ -265,7 +265,7 @@ func (e *ExpectedPrepare) WillReturnError(err error) *ExpectedPrepare { return e } -// WillReturnCloseError allows to set an error for this prapared statement Close action +// WillReturnCloseError allows to set an error for this prepared statement Close action func (e *ExpectedPrepare) WillReturnCloseError(err error) *ExpectedPrepare { e.closeErr = err return e