aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runtest')
-rw-r--r--pkg/runtest/run_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/runtest/run_test.go b/pkg/runtest/run_test.go
index b566f74dd..97c31d6f9 100644
--- a/pkg/runtest/run_test.go
+++ b/pkg/runtest/run_test.go
@@ -109,7 +109,7 @@ func test(t *testing.T, sysTarget *targets.Target) {
flatrpc.FeatureSwap
for feat, name := range flatrpc.EnumNamesFeature {
if features&feat != want&feat {
- t.Errorf("expect featue %v to be %v, but it is %v",
+ t.Errorf("expect feature %v to be %v, but it is %v",
name, want&feat != 0, features&feat != 0)
}
}