Skip to content

Commit 7b640c8

Browse files
committed
Change 'authorisation' to 'authorization'
as SSH has 'authorized_keys' file.
1 parent ad38fa1 commit 7b640c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/04-git-server/01-chapter4.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ This section serves as a quick introduction to Gitolite, and provides basic inst
511511
[gldpg]: http://sitaramc.github.com/gitolite/progit.html
512512
[gltoc]: http://sitaramc.github.com/gitolite/master-toc.html
513513

514-
Gitolite is an authorisation layer on top of Git, relying on `sshd` or `httpd` for authentication. (Recap: authentication is identifying who the user is, authorisation is deciding if he is allowed to do what he is attempting to).
514+
Gitolite is an authorization layer on top of Git, relying on `sshd` or `httpd` for authentication. (Recap: authentication is identifying who the user is, authorization is deciding if he is allowed to do what he is attempting to).
515515

516516
Gitolite allows you to specify permissions not just by repository, but also by branch or tag names within each repository. That is, you can specify that certain people (or groups of people) can only push certain "refs" (branches or tags) but not others.
517517

0 commit comments

Comments
 (0)