summaryrefslogtreecommitdiff
path: root/app/services/projects/move_project_authorizations_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/projects/move_project_authorizations_service.rb')
-rw-r--r--app/services/projects/move_project_authorizations_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/projects/move_project_authorizations_service.rb b/app/services/projects/move_project_authorizations_service.rb
index 2060a263751..2985ba89014 100644
--- a/app/services/projects/move_project_authorizations_service.rb
+++ b/app/services/projects/move_project_authorizations_service.rb
@@ -3,7 +3,7 @@
# NOTE: This service cannot be used directly because it is part of a
# a bigger process. Instead, use the service MoveAccessService which moves
# project memberships, project group links, authorizations and refreshes
-# the authorizations if neccessary
+# the authorizations if necessary
module Projects
class MoveProjectAuthorizationsService < BaseMoveRelationsService
def execute(source_project, remove_remaining_elements: true)