Fix minor typo

This commit is contained in:
Ignacio Carbajo 2016-02-22 23:25:17 +00:00
parent 888c77cb06
commit 0c537d6af6

View File

@ -59,7 +59,7 @@ type (
}
// T implements the needed methods of testing.TB so that we do not need
// to actually import testing (which has the side affect of adding all
// to actually import testing (which has the side effect of adding all
// the test flags, which we do not want in non-test binaries even if
// they make use of these utilities for some reason).
T interface {