aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/fiinha.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fiinha.go b/tests/fiinha.go
index 7cafd41..b733935 100644
--- a/tests/fiinha.go
+++ b/tests/fiinha.go
@@ -2405,7 +2405,7 @@ func test_queriesTclose() {
g.TErrorIf(err)
- g.Testing("closing mre than once does not error", func() {
+ g.Testing("closing more than once does not error", func() {
g.TErrorIf(g.SomeError(
queries.close(),
queries.close(),