summaryrefslogtreecommitdiffstats
path: root/pkg/integration/integration.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/integration.go')
-rw-r--r--pkg/integration/integration.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/integration.go b/pkg/integration/integration.go
index c56134a4a..ab176d121 100644
--- a/pkg/integration/integration.go
+++ b/pkg/integration/integration.go
@@ -202,7 +202,7 @@ func RunTests(
// validates that the actual and expected dirs have the same repo names (doesn't actually check the contents of the repos)
func validateSameRepos(expectedDir string, actualDir string) error {
- // iterate through each repo in the expected dir and comparet to the corresponding repo in the actual dir
+ // iterate through each repo in the expected dir and compare to the corresponding repo in the actual dir
expectedFiles, err := ioutil.ReadDir(expectedDir)
if err != nil {
return err