summaryrefslogtreecommitdiff
path: root/spec/support/helpers/project_forks_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/project_forks_helper.rb')
-rw-r--r--spec/support/helpers/project_forks_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/project_forks_helper.rb b/spec/support/helpers/project_forks_helper.rb
index 6a7132c3093..9a86560da2a 100644
--- a/spec/support/helpers/project_forks_helper.rb
+++ b/spec/support/helpers/project_forks_helper.rb
@@ -35,7 +35,7 @@ module ProjectForksHelper
if create_repository
# The call to project.repository.after_import in RepositoryForkWorker does
# not reset the @exists variable of this forked_project.repository
- # so we have to explicitely call this method to clear the @exists variable.
+ # so we have to explicitly call this method to clear the @exists variable.
# of the instance we're returning here.
forked_project.repository.after_import
end