summaryrefslogtreecommitdiff
path: root/test/framework
diff options
context:
space:
mode:
Diffstat (limited to 'test/framework')
-rw-r--r--test/framework/framework.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/framework/framework.go b/test/framework/framework.go
index 52401faf8..57c6bda2a 100644
--- a/test/framework/framework.go
+++ b/test/framework/framework.go
@@ -7,7 +7,7 @@ import (
"github.com/onsi/gomega"
)
-// TestFramework is used to support commonnly used test features
+// TestFramework is used to support commonly used test features
type TestFramework struct {
setup func(*TestFramework) error
teardown func(*TestFramework) error