all: fix typos

This commit is contained in:
Dan Kortschak
2025-01-01 07:21:09 +10:30
parent ca6b5f46d4
commit f42c07e8cb
11 changed files with 16 additions and 14 deletions

View File

@@ -118,7 +118,7 @@ func TestCap(t *testing.T) {
} {
got := test.vector.Cap()
if got != test.want {
t.Errorf("unexpected capacty for test %d: got: %d want: %d", i, got, test.want)
t.Errorf("unexpected capacity for test %d: got: %d want: %d", i, got, test.want)
}
}
}