Skip to content

Commit f191e86

Browse files
committed
Merge pull request #41 from omnicolor/fix-typo
Fixed typo (stetement -> statement)
2 parents 9958e5c + 4e71754 commit f191e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func (c *sqlmock) Prepare(query string) (driver.Stmt, error) {
279279

280280
next.Unlock()
281281
if c.ordered {
282-
return nil, fmt.Errorf("call to Prepare stetement with query '%s', was not expected, next expectation is: %s", query, next)
282+
return nil, fmt.Errorf("call to Prepare statement with query '%s', was not expected, next expectation is: %s", query, next)
283283
}
284284
}
285285

0 commit comments

Comments
 (0)