Skip to content

Commit 295ec93

Browse files
committed
Typo.
1 parent aef0666 commit 295ec93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func tSkipf(L *lua.LState) int {
9797

9898
func tTempDir(L *lua.LState) int {
9999
t := checkT(L, 1)
100-
// TODO(scr): WHen the minimal version supported has this on the *testing.T object, remove this shim
100+
// TODO(scr): When the minimal version supported has this on the *testing.T object, remove this shim
101101
//L.Push(lua.LString(t.TempDir()))
102102
tempDir := os.TempDir()
103103
t.Cleanup(func() {

0 commit comments

Comments
 (0)