summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-03-27 10:21:52 +0000
committerRobert Schilling <rschilling@student.tugraz.at>2015-03-27 10:21:52 +0000
commit7869e258f7630092e2ef1e8fb42168a006b7212e (patch)
treea66f5dfe0a07a8cf880d6ec11a9a9246192e0a15
parent28592ae46767443dc0f3723bd4f05f360bab8f41 (diff)
parent3cb28de28f7d0c45439a1eb43c4b4875e1f34a3d (diff)
downloadgitlab-ce-7869e258f7630092e2ef1e8fb42168a006b7212e.tar.gz
Merge branch 'master' into 'master'
Fix typo 'projecti' to 'project' in ssh doc [ci skip] There was a typo in the SSH doc: projecti was written instead of project. See merge request !461
-rw-r--r--doc/ssh/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md
index 66941521c2e..0acb15896d3 100644
--- a/doc/ssh/README.md
+++ b/doc/ssh/README.md
@@ -68,6 +68,6 @@ You can't add the same deploy key twice with the 'New Deploy Key' option.
If you want to add the same key to another project, please enable it in the
list that says 'Deploy keys from projects available to you'. All the deploy
keys of all the projects you have access to are available. This project
-access can happen through being a direct member of the projecti, or through
+access can happen through being a direct member of the project, or through
a group. See `def accessible_deploy_keys` in `app/models/user.rb` for more
information.