summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/projects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/projects.py')
-rw-r--r--gitlab/v4/objects/projects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects/projects.py b/gitlab/v4/objects/projects.py
index eb11137..551079a 100644
--- a/gitlab/v4/objects/projects.py
+++ b/gitlab/v4/objects/projects.py
@@ -515,7 +515,7 @@ class Project(RefreshMixin, SaveMixin, ObjectDeleteMixin, RepositoryMixin, RESTO
Raises:
GitlabAuthenticationError: If authentication is not correct
- GitlabTransferProjectError: If the project could not be transfered
+ GitlabTransferProjectError: If the project could not be transferred
"""
path = "/projects/%s/transfer" % (self.id,)
self.manager.gitlab.http_put(